Fixed warnings in watchdog.c

This commit is contained in:
Tomas Hruby 2010-01-19 14:47:25 +00:00
parent 3a892d2312
commit 7d51b0cce1

View file

@ -1,5 +1,7 @@
#include "../../kernel.h"
#include "../../watchdog.h"
#include "proto.h"
#include <minix/minlib.h>
#include "apic.h"
@ -55,7 +57,7 @@ PRIVATE struct arch_watchdog intel_arch_watchdog = {
int arch_watchdog_init(void)
{
reg_t eax, ebx, ecx, edx;
u32_t eax, ebx, ecx, edx;
eax = 0xA;