mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
baremetal: build userland/ programs using baremetal path property instead of symlinks
Otherwise I'll go crazy with symlink action.
This commit is contained in:
1
lkmc.h
1
lkmc.h
@@ -20,7 +20,6 @@ LKMC_ASSERT_EQ_DECLARE(32);
|
||||
LKMC_ASSERT_EQ_DECLARE(64);
|
||||
void lkmc_assert_fail(uint32_t line);
|
||||
void lkmc_assert_memcmp(const void *s1, const void *s2, size_t n, uint32_t line);
|
||||
void lkmc_baremetal_on_exit_callback(int status, void *arg);
|
||||
#endif
|
||||
|
||||
/* Assert that the given branch instruction is taken. */
|
||||
|
||||
Reference in New Issue
Block a user