mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
8 lines
259 B
C
8 lines
259 B
C
#define MIXER_INTERRUPT_SETUP_REGISTER 0x80
|
|
#define MIXER_DMA_SETUP_REGISTER 0x81
|
|
#define MIXER_INTERRUPT_STATUS_REGISTEER 0x82
|
|
|
|
void get_dma(SB16* sb16);
|
|
unsigned char read_mixer(unsigned short base,unsigned char reg);
|
|
unsigned char get_irq(SB16* sb16);
|
|
|