Add header <kernaux.h>

This commit is contained in:
Alex Kotov 2021-12-14 02:54:35 +05:00
parent 34adab05b2
commit 566fb46a94
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,5 @@
nobase_include_HEADERS = \
kernaux.h \
kernaux/arch/i386.h \
kernaux/arch/x86_64.h \
kernaux/cmdline.h \

8
include/kernaux.h Normal file
View File

@ -0,0 +1,8 @@
#include <kernaux/cmdline.h>
#include <kernaux/console.h>
#include <kernaux/elf.h>
#include <kernaux/multiboot2.h>
#include <kernaux/pfa.h>
#include <kernaux/printf.h>
#include <kernaux/stdlib.h>
#include <kernaux/units.h>