mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-05 04:19:16 +00:00
Optimize RNG functions
This commit is contained in:
@ -24,7 +24,6 @@
|
||||
#include <printf.h>
|
||||
#include <cwalk.h>
|
||||
#include <md5.h>
|
||||
// #include <ini.h>
|
||||
|
||||
#include "../../kernel.h"
|
||||
#include "../../DAPI.hpp"
|
||||
@ -36,16 +35,6 @@ NewLock(DriverInterruptLock);
|
||||
|
||||
namespace Driver
|
||||
{
|
||||
const char *DriverTypesName[] = {
|
||||
"Unknown",
|
||||
"Generic",
|
||||
"Display",
|
||||
"Network",
|
||||
"Storage",
|
||||
"FileSystem",
|
||||
"Input",
|
||||
"Audio"};
|
||||
|
||||
void Driver::Panic()
|
||||
{
|
||||
#ifdef DEBUG
|
||||
|
Reference in New Issue
Block a user