1 /*
2  * Copyright 2023 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef _FSL_CLOCK_H_
8 #define _FSL_CLOCK_H_
9 
10 #include "fsl_common.h"
11 
12 #endif /* _FSL_CLOCK_H_ */
13