Revision c227f099 target-alpha/cpu.h

b/target-alpha/cpu.h
260 260

  
261 261
typedef struct CPUAlphaState CPUAlphaState;
262 262

  
263
typedef struct pal_handler a_pal_handler;
264
struct pal_handler {
263
typedef struct pal_handler_t pal_handler_t;
264
struct pal_handler_t {
265 265
    /* Reset */
266 266
    void (*reset)(CPUAlphaState *env);
267 267
    /* Uncorrectable hardware error */
......
323 323
    uint32_t features;
324 324
    uint32_t amask;
325 325
    int implver;
326
    a_pal_handler *pal_handler;
326
    pal_handler_t *pal_handler;
327 327
};
328 328

  
329 329
#define cpu_init cpu_alpha_init

Also available in: Unified diff