index
:
weenix.git
master
My final project for Brown University's graduate level operating systems course. Weenix is a full fledge operating system built on unix.
csci2670
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
include
/
drivers
/
memdevs.h
blob: 420c5d0d505d2c0ca96b37af199098c99362dc93 (
plain
)
1
2
3
4
5
6
#pragma once
/**
* Initializes the memdevs subsystem.
*/
void
memdevs_init
(
void
);