fsl_8xxx_misc.h 228 B

123456789101112
  1. /*
  2. * Copyright 2008 Extreme Engineering Solutions, Inc.
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef __FSL_8XXX_MISC_H___
  7. #define __FSL_8XXX_MISC_H___
  8. uint get_board_derivative(void);
  9. #endif /* __FSL_8XXX_MISC_H__ */