We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb88d3 commit 077b41dCopy full SHA for 077b41d
soc/nxp/imx/imx9/imx93/a55/soc.h
@@ -7,6 +7,8 @@
7
#ifndef _SOC_NXP_IMX_IMX93_A55_SOC_H_
8
#define _SOC_NXP_IMX_IMX93_A55_SOC_H_
9
10
+#include <stdint.h>
11
+
12
uint32_t common_clock_set_freq(uint32_t clock_name, uint32_t rate);
13
14
#endif /* _SOC_NXP_IMX_IMX93_A55_SOC_H_ */
0 commit comments