diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-12-10 13:40:44 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-12-10 13:40:44 +0000 |
commit | 6f4e0beb7eca16757834c4354bd6e9658e4033c2 (patch) | |
tree | aaefb89a560ab76e15fa576ab1458dd020b6e04e /sys/i386/include/cronyx.h | |
parent | 3b0b66ee0ee9a214fd03469d55f15b97c25fb391 (diff) |
Staticize and cleanup.
Notes
Notes:
svn path=/head/; revision=12724
Diffstat (limited to 'sys/i386/include/cronyx.h')
-rw-r--r-- | sys/i386/include/cronyx.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/i386/include/cronyx.h b/sys/i386/include/cronyx.h index 0ea0e65f9437..c98094e48b49 100644 --- a/sys/i386/include/cronyx.h +++ b/sys/i386/include/cronyx.h @@ -477,16 +477,11 @@ extern cx_opt_x21_t opt_x21_dflt; /* default x21 options */ int cx_probe_board (int port); void cx_init (cx_board_t *b, int num, int port, int irq, int dma); -void cx_init_board (cx_board_t *b, int num, int port, int irq, int dma, - int chain, int rev, int osc, int rev2, int osc2); void cx_setup_board (cx_board_t *b); void cx_setup_chan (cx_chan_t *c); void cx_chan_dtr (cx_chan_t *c, int on); void cx_chan_rts (cx_chan_t *c, int on); void cx_cmd (int base, int cmd); -void cx_disable_dma (cx_board_t *b); -void cx_reinit_board (cx_board_t *b); -int cx_chan_dsr (cx_chan_t *c); int cx_chan_cd (cx_chan_t *c); void cx_clock (long hz, long ba, int *clk, int *div); |