mirror of
https://xff.cz/git/u-boot/
synced 2025-10-08 19:55:12 +02:00
The Kontron pitx-imx8m is an NXP i.MX8MQ based board in the pITX form factor. Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
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
|