Initial revision

This commit is contained in:
Michael Brown
2005-03-08 18:53:11 +00:00
commit 3d6123e69a
373 changed files with 114041 additions and 0 deletions

6
src/include/cpu.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef CPU_H
#define CPU_H
#include "bits/cpu.h"
#endif /* CPU_H */