mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 10:30:32 +00:00
7 lines
87 B
C
7 lines
87 B
C
|
#ifndef __PITX_MISC_H
|
||
|
#define __PITX_MISC_H
|
||
|
|
||
|
int get_pitx_board_variant(void);
|
||
|
|
||
|
#endif
|