fsl_8xxx_misc.h 228 B

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