Ignore:
Timestamp:
2007-01-28T13:25:49Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e8c1a5
Parents:
1ba41c5
Message:

huge type system cleanup
remove cyclical type dependencies across multiple header files
many minor coding style fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/interrupt.h

    r1ba41c5 rb3f8fb7  
    3737#define KERN_sparc64_INTERRUPT_H_
    3838
    39 #include <typedefs.h>
    4039#include <arch/types.h>
    4140#include <arch/regdef.h>
     
    5150};             
    5251
    53 struct istate {
     52typedef struct {
    5453        uint64_t        tnpc;
    5554        uint64_t        tpc;
    5655        uint64_t        tstate;
    57 };
     56} istate_t;
    5857
    5958static inline void istate_set_retaddr(istate_t *istate, uintptr_t retaddr)
     
    7271}
    7372
    74 
    75 extern void interrupt_register(int n, const char *name, iroutine f);
    76 
    7773#endif
    7874
Note: See TracChangeset for help on using the changeset viewer.