summaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
authorUlf Carlsson <md1ulfc@mdstud.chalmers.se>1999-02-07 22:18:36 +0000
committerUlf Carlsson <md1ulfc@mdstud.chalmers.se>1999-02-07 22:18:36 +0000
commit91885fc94effad73511f11875254da8192042941 (patch)
tree3be713fcc9951669ba6f969246e13e844b11a0de /include/asm-mips
parent69a542e7cfa980429cc0a2c57400608bcad62be6 (diff)
o I had to remove the include from hal2.c when I removed the
include file itself. Duh!
Diffstat (limited to 'include/asm-mips')
-rw-r--r--include/asm-mips/indy_pbus.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/asm-mips/indy_pbus.h b/include/asm-mips/indy_pbus.h
deleted file mode 100644
index 0a2022388..000000000
--- a/include/asm-mips/indy_pbus.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/* $Id$
- *
- * indy_pbus.h: Routines for manipulation of the HPC PBUS DMA controller.
- *
- * Copyright (C) 1998 Ulf Carlsson
- */
-
-#define MAX_PBUS_CHANNELS 8
-
-int sgipbus_get_list(char *buf);
-int sgipbus_request(unsigned int channel, char *device_id);
-int sgipbus_setup(unsigned int channel,
- int fifo_size, /* doublewords (64 bit) */
- unsigned long highwater, /* halfwords (16 bit) */
- unsigned long flags,
- unsigned long dmacfg);
-void sgipbus_free(unsigned int channel);
-
-/* enable/disable a specific PBUS dma channel */
-__inline__ void sgipbus_enable(unsigned int channel, unsigned long desc);
-__inline__ void sgipbus_disable(unsigned int channel);
-/* true if interrupted */
-__inline__ int sgipbus_interrupted(unsigned int channel);