Ignore:
Timestamp:
2007-01-28T13:25:49Z (18 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/amd64/include/interrupt.h

    r1ba41c5 rb3f8fb7  
    7070
    7171/** This is passed to interrupt handlers */
    72 struct istate {
     72typedef struct {
    7373        uint64_t rax;
    7474        uint64_t rbx;
     
    9191        uint64_t rflags;
    9292        uint64_t stack[]; /* Additional data on stack */
    93 };
     93} istate_t;
    9494
    9595/** Return true if exception happened while in userspace */
Note: See TracChangeset for help on using the changeset viewer.