2008-08-07 Bean <bean123ch@gmail.com>
* conf/i386-efi.rmk (kernel_mod_SOURCES): Add kern/time.c. * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Add kern/time.c, * include/grub/i386/pit.h: Use macro KERNEL_CPU_PIT_HEADER to avoid multiple inclusion. Add #include <grub/types.h>.
This commit is contained in:
parent
16106770b3
commit
e383b3d0c8
6 changed files with 51 additions and 8 deletions
|
@ -16,4 +16,11 @@
|
|||
* along with GRUB. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef KERNEL_CPU_PIT_HEADER
|
||||
#define KERNEL_CPU_PIT_HEADER 1
|
||||
|
||||
#include <grub/types.h>
|
||||
|
||||
extern void grub_pit_wait (grub_uint16_t tics);
|
||||
|
||||
#endif /* ! KERNEL_CPU_PIT_HEADER */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue