1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */ 292af6549SJohn Schmoller /* 392af6549SJohn Schmoller * Copyright 2008 Extreme Engineering Solutions, Inc. 492af6549SJohn Schmoller */ 592af6549SJohn Schmoller 692af6549SJohn Schmoller #ifndef __FSL_8XXX_MISC_H___ 792af6549SJohn Schmoller #define __FSL_8XXX_MISC_H___ 892af6549SJohn Schmoller 992af6549SJohn Schmoller uint get_board_derivative(void); 1092af6549SJohn Schmoller 1192af6549SJohn Schmoller #endif /* __FSL_8XXX_MISC_H__ */ 12