forked from xt-sys/exectos
Remove unused header
This commit is contained in:
@@ -1,27 +0,0 @@
|
|||||||
/**
|
|
||||||
* PROJECT: ExectOS
|
|
||||||
* COPYRIGHT: See COPYING.md in the top level directory
|
|
||||||
* FILE: xtoskrnl/includes/ke/info.hh
|
|
||||||
* DESCRIPTION: Generic kernel information support
|
|
||||||
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __XTOSKRNL_KE_INFO_HH
|
|
||||||
#define __XTOSKRNL_KE_INFO_HH
|
|
||||||
|
|
||||||
#include <xtos.hh>
|
|
||||||
|
|
||||||
|
|
||||||
/* Kernel Library */
|
|
||||||
namespace KE
|
|
||||||
{
|
|
||||||
class Info
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
STATIC XTAPI SYSTEM_FIRMWARE_TYPE GetFirmwareType(VOID);
|
|
||||||
STATIC XTAPI XTSTATUS GetKernelParameter(IN PCWSTR ParameterName,
|
|
||||||
OUT PCWSTR *Parameter);
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif /* __XTOSKRNL_KE_INFO_HH */
|
|
||||||
Reference in New Issue
Block a user