mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 19:50:35 +02:00
8 lines
139 B
C
8 lines
139 B
C
#ifndef _INTEL_H_
|
|
#define _INTEL_H_
|
|
void intel_batman_init();
|
|
void intel_endeavor_init();
|
|
void intel_zappa_init();
|
|
|
|
#endif /* _INTEL_H_ */
|