10 lines
132 B
C
10 lines
132 B
C
#ifndef CPU_SMP_H
|
|
#define CPU_SMP_H
|
|
|
|
int cpu_smp_init ();
|
|
int cpu_smp_close ();
|
|
|
|
int cpu_smp_screen (int rep, int display);
|
|
|
|
#endif
|