aboutsummaryrefslogtreecommitdiffstats
path: root/core/hello.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-14 19:09:11 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-14 19:09:11 -0700
commit1fef0a581bf584223ad87bdaf729ccb986abb49f (patch)
tree8fa73dda896d9b5834af7bc4c85f4bb3768e9f47 /core/hello.c
parent7294118bbef53655cc74c23d3c953078f1089e8b (diff)
downloadsyslinux-1fef0a581bf584223ad87bdaf729ccb986abb49f.tar.gz
core: move core definitions to include/core.h
Create a new include file for core-specific definitions, and put it in the include directory. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'core/hello.c')
-rw-r--r--core/hello.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/core/hello.c b/core/hello.c
index 22ddad06..c4b28032 100644
--- a/core/hello.c
+++ b/core/hello.c
@@ -1,9 +1,5 @@
-#include <com32.h>
#include <stddef.h>
-
-void __cdecl core_intcall(uint8_t, const com32sys_t *, com32sys_t *);
-void __cdecl core_farcall(uint32_t, const com32sys_t *, com32sys_t *);
-int __cdecl core_cfarcall(uint32_t, const void *, uint32_t);
+#include "core.h"
void myputchar(int c)
{