mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-16 04:05:53 +00:00
12 lines
228 B
C
12 lines
228 B
C
/* 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__ */
|