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 | 11 |
1 files changed, 11 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 000000000..6e4858f15 --- /dev/null +++ b/roms/u-boot/board/xes/common/fsl_8xxx_misc.h @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright 2008 Extreme Engineering Solutions, Inc. + */ + +#ifndef __FSL_8XXX_MISC_H___ +#define __FSL_8XXX_MISC_H___ + +uint get_board_derivative(void); + +#endif /* __FSL_8XXX_MISC_H__ */ |