1 #ifndef EXEC_MACHINE_H
    2 #define EXEC_MACHINE_H
    3 
    4 /*
    5 	exec machine definitions (V50)
    6 
    7 	Copyright © 2002 The MorphOS Development Team, All Rights Reserved.
    8 */
    9 
   10 #define MACHINE_M68k  0x0
   11 #define MACHINE_PPC   0x1
   12 #define MACHINE_NO    0xffffffff
   13 
   14 #endif