MMC CARD
[usefulcode.git] / autopm / ramdisk / usr / local / aplay / include / alsa / sound / sscape_ioctl.h
blobc6653ebfb2c43fa1dacf78e213ef09d6b9d1887f
1 #ifndef SSCAPE_IOCTL_H
2 #define SSCAPE_IOCTL_H
5 struct sscape_bootblock
7 unsigned char code[256];
8 unsigned version;
9 };
11 #define SSCAPE_MICROCODE_SIZE 65536
13 struct sscape_microcode
15 unsigned char *code;
18 #define SND_SSCAPE_LOAD_BOOTB _IOWR('P', 100, struct sscape_bootblock)
19 #define SND_SSCAPE_LOAD_MCODE _IOW ('P', 101, struct sscape_microcode)
21 #endif