zephyr/kernel/nanokernel/include
Yonattan Louise 4d19693b33 Rename _NanoKernel to _nanokernel
Updating global variable's name to follow a consistent naming convention.

Change accomplished with the following script:

   #!/bin/bash
   echo "Searching for ${1} to replace with ${2}"
   find ./ \( -name "*.[chs]" -o -name "sysgen.py" -o -name "*.kconf" -o -name "*.arch" \) \
            ! -path "./host/src/genIdt/*" \
            ! -path "*/outdir/*" | xargs sed -i 's/\b'${1}'\b/'${2}'/g';

Change-Id: Icf5900c057f3412d3c7725c07176fe125c374958
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:53 -05:00
..
offsets Eliminate GEN_OFFSET_SYM_HOST() macro 2016-02-05 20:13:45 -05:00
genOffset.h Make absolute symbol macros headers compiler dependent 2016-02-05 20:13:52 -05:00
nanocontextentry.h Renaming _ContextEntryRtn to _context_entry 2016-02-05 19:45:35 -05:00
wait_q.h Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00