192af6549SJohn Schmoller /* 292af6549SJohn Schmoller * Copyright 2008 Extreme Engineering Solutions, Inc. 392af6549SJohn Schmoller * 4*1a459660SWolfgang Denk * SPDX-License-Identifier: GPL-2.0+ 592af6549SJohn Schmoller */ 692af6549SJohn Schmoller 792af6549SJohn Schmoller #ifndef __FSL_8XXX_MISC_H___ 892af6549SJohn Schmoller #define __FSL_8XXX_MISC_H___ 992af6549SJohn Schmoller 1092af6549SJohn Schmoller uint get_board_derivative(void); 1192af6549SJohn Schmoller 1292af6549SJohn Schmoller #endif /* __FSL_8XXX_MISC_H__ */ 13