u-boot-brain/drivers/mtd/nand/raw/brcmnand/brcmnand_compat.h
Simon Glass 4a953b1f7e nand: Drop dm.h header file
This header file should not be included in other header files. Remove it
and use a forward declaration instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-08-03 22:19:54 -04:00

12 lines
237 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
#ifndef __BRCMNAND_COMPAT_H
#define __BRCMNAND_COMPAT_H
struct clk;
struct udevice;
char *devm_kasprintf(struct udevice *dev, gfp_t gfp, const char *fmt, ...);
#endif /* __BRCMNAND_COMPAT_H */