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:
parent
7ae1de4511
commit
87a660ec6a
2 changed files with 13 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
nobase_include_HEADERS = \
|
||||
libkernaux/arch/i386.h \
|
||||
libkernaux/pfa.h
|
||||
|
|
12
include/libkernaux/arch/i386.h
Normal file
12
include/libkernaux/arch/i386.h
Normal 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
|
Loading…
Add table
Reference in a new issue