Mercurial > sdl-ios-xcode
comparison src/audio/mint/SDL_mintaudio.h @ 1668:4da1ee79c9af SDL-1.3
more tweaking indent options
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 29 May 2006 04:04:35 +0000 |
parents | 782fd950bd46 |
children |
comparison
equal
deleted
inserted
replaced
1667:1fddae038bc8 | 1668:4da1ee79c9af |
---|---|
134 extern SDL_bool SDL_MintAudio_quit_thread; | 134 extern SDL_bool SDL_MintAudio_quit_thread; |
135 extern SDL_bool SDL_MintAudio_thread_finished; | 135 extern SDL_bool SDL_MintAudio_thread_finished; |
136 extern long SDL_MintAudio_thread_pid; | 136 extern long SDL_MintAudio_thread_pid; |
137 | 137 |
138 /* Functions */ | 138 /* Functions */ |
139 void SDL_MintAudio_Callback (void); | 139 void SDL_MintAudio_Callback(void); |
140 void SDL_MintAudio_AddFrequency (_THIS, Uint32 frequency, Uint32 clock, | 140 void SDL_MintAudio_AddFrequency(_THIS, Uint32 frequency, Uint32 clock, |
141 Uint32 prediv, int gpio_bits); | 141 Uint32 prediv, int gpio_bits); |
142 int SDL_MintAudio_SearchFrequency (_THIS, int desired_freq); | 142 int SDL_MintAudio_SearchFrequency(_THIS, int desired_freq); |
143 | 143 |
144 /* MiNT thread functions */ | 144 /* MiNT thread functions */ |
145 int SDL_MintAudio_Thread (long param); | 145 int SDL_MintAudio_Thread(long param); |
146 void SDL_MintAudio_WaitThread (void); | 146 void SDL_MintAudio_WaitThread(void); |
147 | 147 |
148 /* ASM interrupt functions */ | 148 /* ASM interrupt functions */ |
149 void SDL_MintAudio_GsxbInterrupt (void); | 149 void SDL_MintAudio_GsxbInterrupt(void); |
150 void SDL_MintAudio_EmptyGsxbInterrupt (void); | 150 void SDL_MintAudio_EmptyGsxbInterrupt(void); |
151 void SDL_MintAudio_XbiosInterruptMeasureClock (void); | 151 void SDL_MintAudio_XbiosInterruptMeasureClock(void); |
152 void SDL_MintAudio_XbiosInterrupt (void); | 152 void SDL_MintAudio_XbiosInterrupt(void); |
153 void SDL_MintAudio_Dma8Interrupt (void); | 153 void SDL_MintAudio_Dma8Interrupt(void); |
154 void SDL_MintAudio_StfaInterrupt (void); | 154 void SDL_MintAudio_StfaInterrupt(void); |
155 | 155 |
156 #endif /* _SDL_mintaudio_h */ | 156 #endif /* _SDL_mintaudio_h */ |
157 /* vi: set ts=4 sw=4 expandtab: */ | 157 /* vi: set ts=4 sw=4 expandtab: */ |