mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-06 03:35:56 +00: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>
6 lines
87 B
C
6 lines
87 B
C
#ifndef __PITX_MISC_H
|
|
#define __PITX_MISC_H
|
|
|
|
int get_pitx_board_variant(void);
|
|
|
|
#endif
|