zephyr/arch/x86
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
..
core misra: Fixes for MISRA-C rule 8.2 2018-12-07 09:06:34 -05:00
include misra: Fixes for MISRA-C rule 8.2 2018-12-07 09:06:34 -05:00
CMakeLists.txt x86: add dynamic interrupt support 2018-11-10 11:01:22 -05:00
Kconfig kernel: expose k_mem_partition_attr_t outside User mode 2018-12-05 15:15:07 -05:00
defconfig