UEFIStarter
a simple UEFI framework
include
UEFIStarter
core.h
1
#ifndef __CORE_H
2
#define __CORE_H
3
4
#include "
core/cmdline.h
"
5
#include "
core/console.h
"
6
#include "
core/files.h
"
7
#include "
core/logger.h
"
8
#include "
core/memory.h
"
9
#include "
core/string.h
"
10
#include "
core/timestamp.h
"
11
12
#endif
memory.h
Memory allocation tracker: use this to prevent memory leaks.
string.h
String functions missing from EDK.
timestamp.h
Timing functions.
logger.h
Logging facility, supports verbosity levels.
console.h
CLI initialization and I/O helpers.
files.h
File handling functions.
cmdline.h
Command line parameter parser.
Generated on Mon Jan 29 2018 00:04:02 for UEFIStarter by
1.8.13