mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 14:14:01 +08:00
7 lines
170 B
C
7 lines
170 B
C
|
#ifndef __BOARDS_HAMMERHEAD_FLASH_H
|
||
|
#define __BOARDS_HAMMERHEAD_FLASH_H
|
||
|
|
||
|
struct platform_device *at32_add_device_hh_fpga(void);
|
||
|
|
||
|
#endif /* __BOARDS_HAMMERHEAD_FLASH_H */
|