repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add memtest support.
[syslinux-debian/hramrach.git]
/
core
/
include
/
pmapi.h
blob
57d2e6f758f5a3464a9990d8dab0ed3a519b8770
1
#ifndef PMAPI_H
2
#define PMAPI_H
3
4
#include <syslinux/pmapi.h>
5
6
size_t
pmapi_read_file
(
uint16_t
*,
void
*,
size_t
);
7
8
#endif
/* PMAPI_H */