mirror of
https://github.com/xcat2/xNBA.git
synced 2026-04-06 21:31:27 +00:00
7 lines
108 B
C
7 lines
108 B
C
#ifndef E1_BITS_CPU_H
|
|
#define E1_BITS_CPU_H
|
|
|
|
#define cpu_setup() do {} while(0)
|
|
|
|
#endif /* E1_BITS_CPU_H */
|