Files
xomb-bare-bones/kernel/arch/x86/imports/architecture.d
2009-05-03 08:40:28 +08:00

13 lines
223 B
D

/*
* architecture.d
*
* This file will publically import all modules used to define
* the architecture interfaces provided by this architecture.
*
*/
module architecture;
// Example:
// import kernel.arch.x86.main;