diff options
Diffstat (limited to 'roms/u-boot/board/xes/common/fsl_8xxx_misc.h')
-rw-r--r-- | roms/u-boot/board/xes/common/fsl_8xxx_misc.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/u-boot/board/xes/common/fsl_8xxx_misc.h b/roms/u-boot/board/xes/common/fsl_8xxx_misc.h new file mode 100644 index 00000000..106bb233 --- /dev/null +++ b/roms/u-boot/board/xes/common/fsl_8xxx_misc.h @@ -0,0 +1,12 @@ +/* + * Copyright 2008 Extreme Engineering Solutions, Inc. + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __FSL_8XXX_MISC_H___ +#define __FSL_8XXX_MISC_H___ + +uint get_board_derivative(void); + +#endif /* __FSL_8XXX_MISC_H__ */ |