Add header <libkernaux/arch/i386.h>

This commit is contained in:
Alex Kotov 2020-11-27 15:38:31 +05:00
parent 7ae1de4511
commit 87a660ec6a
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 13 additions and 0 deletions

View File

@ -1,2 +1,3 @@
nobase_include_HEADERS = \
libkernaux/arch/i386.h \
libkernaux/pfa.h

View File

@ -0,0 +1,12 @@
#ifndef LIBKERNAUX_INCLUDED_ARCH_I386
#define LIBKERNAUX_INCLUDED_ARCH_I386 1
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif