zephyr/arch
Flavio Ceolin 4b35dd2628 misra: Fixes for MISRA-C rule 8.2
In C90 was introduced function prototype, that allows argument types
to be checked against parameter types, though it is not necessary
specify names for the parameters. MISRA-C requires names for function
prototype parameters, it claims that names can provide useful
information regarding the function interface.

MISRA-C rule 8.2

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-12-07 09:06:34 -05:00
..
arc kernel: expose k_mem_partition_attr_t outside User mode 2018-12-05 15:15:07 -05:00
arm arch: arm: clean-up inclusions in arm_core_mpu 2018-12-05 15:15:07 -05:00
common arch: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
nios2 arch: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
posix kernel: Remove _IntLibInit function 2018-11-28 14:59:10 -08:00
riscv32 arch: riscv32: provide a general mechanism for saving SoC context 2018-12-04 22:54:23 -05:00
x86 misra: Fixes for MISRA-C rule 8.2 2018-12-07 09:06:34 -05:00
xtensa kernel: Remove _IntLibInit function 2018-11-28 14:59:10 -08:00
CMakeLists.txt arch: Cmake: Add __ZEPHYR_SUPERVISOR__ macro for arch files. 2018-05-15 17:48:18 +03:00
Kconfig kernel: expose k_mem_partition_attr_t outside User mode 2018-12-05 15:15:07 -05:00