/* Descriptors.hh vim: set tw=80: Eryn Wells */ /** * Declaration of relevant classes and functions for dealing with the GDT and * IDT. */ namespace kernel { void initGDT(); } /* namespace kernel */