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