source: bootcd/isolinux/syslinux-6.03/core/include/pmapi.h

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 136 bytes
Line 
1#ifndef PMAPI_H
2#define PMAPI_H
3
4#include <syslinux/pmapi.h>
5
6size_t pmapi_read_file(uint16_t *, void *, size_t);
7
8#endif /* PMAPI_H */
Note: See TracBrowser for help on using the repository browser.