mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
baremetal aarch64: create C version of multicore.S as well
Attempted to do the same for arm, but it failed.
This commit is contained in:
7
lkmc.h
7
lkmc.h
@@ -1,4 +1,7 @@
|
||||
/* https://cirosantilli.com/linux-kernel-module-cheat#lkmc-c */
|
||||
/* https://cirosantilli.com/linux-kernel-module-cheat#lkmc-c
|
||||
*
|
||||
* This toplevel header includes all the lkmc/ *.h headers.
|
||||
*/
|
||||
|
||||
#ifndef LKMC_H
|
||||
#define LKMC_H
|
||||
@@ -69,4 +72,6 @@ void lkmc_assert_memcmp(const void *s1, const void *s2, size_t n, uint32_t line)
|
||||
#error
|
||||
#endif
|
||||
|
||||
#include <lkmc/m5ops.h>
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user