NOTE => NOTES
[AROS.git] / arch / m68k-all / kernel / kernel_cpu.h
blob4d008bda1e05c5c0a3f9b0067355275dfbfb88d7
1 /*
2 * M68K CPU-specific definitions.
4 */
6 #ifndef KERNEL_CPU_H_
7 #define KERNEL_CPU_H_
9 #include <proto/exec.h>
11 #include "cpu_m68k.h"
13 /* User/supervisor mode switching */
14 #define cpumode_t __unused int
16 /* Only used on protected memory systems. On the
17 * m68k-amiga, these are unneeded.
19 #define goSuper() (0)
20 #define goUser() do { } while (0)
21 #define goBack(mode) do { } while (0)
23 #endif /* _KERNEL_CPU_H */