1 /* 2 * Copyright (c) 2020, Manivannan Sadhasivam <mani@kernel.org> 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #ifndef _SOC__H_ 8 #define _SOC__H_ 9 10 #ifdef __cplusplus 11 extern "C" { 12 #endif 13 14 #ifndef _ASMLANGUAGE 15 16 #include <fsl_device_registers.h> 17 18 #endif /* !_ASMLANGUAGE */ 19 20 #ifdef __cplusplus 21 } 22 #endif 23 24 #endif /* _SOC__H_ */ 25