From 7432650f9833792379d3f5135f60e56423433ab6 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 18 Feb 2003 02:11:16 -0800 Subject: [ALPHA] Mirror i386 change to include asm-generic/ide_iops.h. --- include/asm-alpha/ide.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/asm-alpha/ide.h b/include/asm-alpha/ide.h index 62d620539a07..bf5b19788cd9 100644 --- a/include/asm-alpha/ide.h +++ b/include/asm-alpha/ide.h @@ -80,6 +80,8 @@ static __inline__ void ide_init_default_hwifs(void) #endif } +#include + #endif /* __KERNEL__ */ #endif /* __ASMalpha_IDE_H */ -- cgit v1.2.3 From 2f3c289f597db513457baa65ba4bf818bf937f75 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 18 Feb 2003 02:12:20 -0800 Subject: [ALPHA] Add clockid_t and timer_t for posix clocks. --- include/asm-alpha/posix_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/asm-alpha/posix_types.h b/include/asm-alpha/posix_types.h index ae871df5cefa..723efbe8a5ed 100644 --- a/include/asm-alpha/posix_types.h +++ b/include/asm-alpha/posix_types.h @@ -28,6 +28,8 @@ typedef char * __kernel_caddr_t; typedef unsigned long __kernel_sigset_t; /* at least 32 bits */ typedef unsigned short __kernel_uid16_t; typedef unsigned short __kernel_gid16_t; +typedef int __kernel_clockid_t; +typedef int __kernel_timer_t; typedef struct { int val[2]; -- cgit v1.2.3