arm: arch code naming cleanup
This patch re-namespaces global variables and functions that are used only within the arch/arm/ code to be prefixed with z_arm_. Some instances of CamelCase have been corrected. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
4bca0f3d33
commit
8c98a97581
51 changed files with 332 additions and 329 deletions
|
@ -251,7 +251,7 @@ static int ke1xf_init(struct device *arg)
|
|||
return 0;
|
||||
}
|
||||
|
||||
void _WdogInit(void)
|
||||
void z_arm_watchdog_init(void)
|
||||
{
|
||||
/*
|
||||
* NOTE: DO NOT SINGLE STEP THROUGH THIS FUNCTION!!! Watchdog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue