2021-08-24 14:09:29 -05:00

5 lines
66 B
C

#ifndef SMP_INCLUDED
#define SMP_INCLUDED
void smp_boot();
#endif