mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
lkdtm: use struct arrays instead of enums
This removes the use of enums in favor of much more readable and compact structure arrays. This requires changing all the enum passing to pointers instead, but the results are much cleaner. Signed-off-by: Kees Cook <keescook@chromium.org>
This commit is contained in: