mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 19:50:35 +02:00
7 lines
93 B
C
7 lines
93 B
C
#ifndef _CMD640_H_
|
|
#define _CMD640_H_
|
|
|
|
void cmd640b_init(int card);
|
|
|
|
#endif /* _CMD640_H_ */
|