repo.or.cz
/
syslinux
/
sherbszt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
movebits: add an inline to test for SMT_FREE || SMT_TERMINAL
[syslinux/sherbszt.git]
/
core
/
init.c
blob
45a05093eeffa9d0df1cb482c3e7f2a9fbe0eb28
1
#include <core.h>
2
#include <com32.h>
3
#include <sys/io.h>
4
#include <fs.h>
5
#include <bios.h>
6
#include <syslinux/memscan.h>
7
#include <syslinux/firmware.h>
8
9
void
init
(
void
)
10
{
11
firmware
->
init
();
12
}