mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 19:50:35 +02:00
6 lines
87 B
C
6 lines
87 B
C
#ifndef _CS8230_H_
|
|
#define _CS8230_H_
|
|
void cs8230_init(void);
|
|
|
|
#endif /* _CS8230_H_ */
|