7 lines
88 B
C
7 lines
88 B
C
#ifndef CPU_SMP_H
|
|
#define CPU_SMP_H
|
|
|
|
int cpu_smp_screen (int rep, int display);
|
|
|
|
#endif
|