view loader/setup_FS.h @ 1320:18374d49befa

On big-endian architectures, all audio decoders default to big-endian 16-bit audio sample format. Add support to play both big- and little-endian 16-bit audio format to the sun audio_out driver.
author jkeil
date Sat, 14 Jul 2001 16:58:55 +0000
parents d8c1b0b38edc
children
line wrap: on
line source


#ifndef setup_FS_h
#define setup_FS_h

extern void setup_FS_Segment(void);
extern void Setup_LDT_Keeper(void);
extern void Restore_LDT_Keeper(void);


#endif