mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +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
|