Revision 9fdc60bf target-ppc/cpu.h

b/target-ppc/cpu.h
1356 1356
};
1357 1357

  
1358 1358
enum {
1359
    /* PowerPC E500 input pins */
1360
    PPCE500_INPUT_RESET_CORE = 0,
1361
    PPCE500_INPUT_MCK        = 1,
1362
    PPCE500_INPUT_CINT       = 3,
1363
    PPCE500_INPUT_INT        = 4,
1364
    PPCE500_INPUT_DEBUG      = 6,
1365
    PPCE500_INPUT_NB,
1366
};
1367

  
1368
enum {
1359 1369
    /* PowerPC 40x input pins */
1360 1370
    PPC40x_INPUT_RESET_CORE = 0,
1361 1371
    PPC40x_INPUT_RESET_CHIP = 1,

Also available in: Unified diff