Subversion Repositories Shiroi

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9 nishi 1
/* $Id: sound.h 9 2024-08-28 16:35:27Z nishi $ */
2
 
3
#ifndef __SOUND_H__
4
#define __SOUND_H__
5
 
6
void sound_card(int t, int port);
7
 
8
void beep(void);
9
void _beep(unsigned long);
10
 
11
#endif