Move cpu time retrieval to separate grub_util_get_cpu_time_ms
and remove export.h.
This commit is contained in:
parent
23934da26e
commit
7e45abcef4
9 changed files with 50 additions and 16 deletions
5
grub-core/osdep/cputime.c
Normal file
5
grub-core/osdep/cputime.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#ifdef __MINGW32__
|
||||
#include "windows/cputime.c"
|
||||
#else
|
||||
#include "unix/cputime.c"
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue