mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 05:56:02 +01:00
9 lines
161 B
C
9 lines
161 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
|
|
#ifndef _SUNXI_DISPLAY_H
|
|
#define _SUNXI_DISPLAY_H
|
|
|
|
int sunxi_simplefb_setup(void *blob);
|
|
|
|
#endif /* _SUNXI_DISPLAY_H */
|