Hackfut Security File Manager
Current Path:
/usr/include/sound
usr
/
include
/
sound
/
📁
..
📄
asequencer.h
(21.51 KB)
📄
asound.h
(40.73 KB)
📄
asound_fm.h
(4.21 KB)
📄
emu10k1.h
(16.45 KB)
📄
hdsp.h
(3 KB)
📄
hdspm.h
(3.95 KB)
📄
sb16_csp.h
(3.78 KB)
📄
sfnt_info.h
(7.26 KB)
📄
sscape_ioctl.h
(368 B)
Editing: sscape_ioctl.h
#ifndef SSCAPE_IOCTL_H #define SSCAPE_IOCTL_H struct sscape_bootblock { unsigned char code[256]; unsigned version; }; #define SSCAPE_MICROCODE_SIZE 65536 struct sscape_microcode { unsigned char *code; }; #define SND_SSCAPE_LOAD_BOOTB _IOWR('P', 100, struct sscape_bootblock) #define SND_SSCAPE_LOAD_MCODE _IOW ('P', 101, struct sscape_microcode) #endif
Upload File
Create Folder