mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 05:31:31 +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
|