OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-arm/] [ide.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1276 phoenix
/*
2
 *  linux/include/asm-arm/ide.h
3
 *
4
 *  Copyright (C) 1994-1996  Linus Torvalds & authors
5
 */
6
 
7
/*
8
 *  This file contains the i386 architecture specific IDE code.
9
 */
10
 
11
#ifndef __ASMARM_IDE_H
12
#define __ASMARM_IDE_H
13
 
14
#ifdef __KERNEL__
15
 
16
#ifndef MAX_HWIFS
17
#define MAX_HWIFS       4
18
#endif
19
 
20
#include <asm/arch/ide.h>
21
 
22
/*
23
 * We always use the new IDE port registering,
24
 * so these are fixed here.
25
 */
26
#define ide_default_io_base(i)          ((ide_ioreg_t)0)
27
#define ide_default_irq(b)              (0)
28
 
29
#include <asm-generic/ide_iops.h>
30
 
31
#endif /* __KERNEL__ */
32
 
33
#endif /* __ASMARM_IDE_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.