polka/src/Descriptors.hh

13 lines
226 B
C++
Raw Normal View History

2016-02-28 23:26:42 -05:00
/* Descriptors.hh vim: set tw=80: Eryn Wells <eryn@erynwells.me>
*/
/**
* Declaration of relevant classes and functions for dealing with the GDT and
* IDT.
*/
namespace kernel {
void initGDT();
} /* namespace kernel */