mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
12 lines
242 B
C
12 lines
242 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
|
||
|
#ifndef __BRCMNAND_COMPAT_H
|
||
|
#define __BRCMNAND_COMPAT_H
|
||
|
|
||
|
#include <clk.h>
|
||
|
#include <dm.h>
|
||
|
|
||
|
char *devm_kasprintf(struct udevice *dev, gfp_t gfp, const char *fmt, ...);
|
||
|
|
||
|
#endif /* __BRCMNAND_COMPAT_H */
|