Move cpuid code to cpuid.h and TSC code to tsc.c.
This commit is contained in:
parent
f37bf9c778
commit
c1bee64676
7 changed files with 133 additions and 133 deletions
|
@ -25,6 +25,7 @@
|
|||
#include <grub/loader.h>
|
||||
#include <grub/autoefi.h>
|
||||
#include <grub/i386/tsc.h>
|
||||
#include <grub/i386/cpuid.h>
|
||||
#include <grub/efi/api.h>
|
||||
#include <grub/i386/pit.h>
|
||||
#include <grub/misc.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue