1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-14 17:32:55 -04:00

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