xref: /openbmc/u-boot/board/xes/common/fsl_8xxx_misc.h (revision a79854a90f7297ddfda2114c867fd62643fa6e3a)
1 /*
2  * Copyright 2008 Extreme Engineering Solutions, Inc.
3  *
4  * SPDX-License-Identifier:	GPL-2.0+
5  */
6 
7 #ifndef __FSL_8XXX_MISC_H___
8 #define __FSL_8XXX_MISC_H___
9 
10 uint get_board_derivative(void);
11 
12 #endif /* __FSL_8XXX_MISC_H__ */
13