diff options
| author | H. Peter Anvin <hpa@linux.intel.com> | 2014-02-13 09:32:39 -0800 |
|---|---|---|
| committer | H. Peter Anvin <hpa@linux.intel.com> | 2014-02-13 15:40:13 -0800 |
| commit | 636504f7bb6f9e86cc65addbfb36aed14dc1ecb4 (patch) | |
| tree | 1fad7b5702b5af17c291838d02fd392951b10741 /core/include | |
| parent | 8c11d9231fa234ff30477ba9c958c9d3645abfa2 (diff) | |
| download | syslinux-636504f7bb6f9e86cc65addbfb36aed14dc1ecb4.tar.gz | |
bios: Remove comapi calls related to the ADV
The only comapi calls left are the ones related to the ADV and to
shuffle and boot. Remove the ADV-related ones as part of getting rid
of the comapi framework completely.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'core/include')
| -rw-r--r-- | core/include/core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/include/core.h b/core/include/core.h index 1fd283e3..f8d6cac6 100644 --- a/core/include/core.h +++ b/core/include/core.h @@ -61,6 +61,10 @@ extern void (*core_pm_hook)(void); /* getc.inc */ extern void core_open(void); +/* adv.inc */ +extern void adv_init(void); +extern void adv_write(void); + /* hello.c */ extern void myputs(const char*); |
