home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- * Direct Header(v1.3)
- *
- * Engineered by Joel Lucsy
- *
- *
- */
-
- #define SBOK 0
-
- /* SB direct access functions, driver independent */
-
- int read_data(void);
-
- void write_data(int __dat);
-
- void speaker_on(void);
-
- void speaker_off(void);
-
- int reset_dsp(void);
-
- void asmdelay(int __delay);
-
-