Changeset 06e1e95 in mainline for kernel/arch/ia64/include/interrupt.h


Ignore:
Timestamp:
2006-09-14T17:09:21Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f1d1f5d3
Parents:
e5ecc02
Message:

C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.

File:
1 edited

Legend:

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

    re5ecc02 r06e1e95  
    2727 */
    2828
    29  /** @addtogroup ia64interrupt
     29/** @addtogroup ia64interrupt
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef __ia64_INTERRUPT_H__
    36 #define __ia64_INTERRUPT_H__
     35#ifndef KERN_ia64_INTERRUPT_H_
     36#define KERN_ia64_INTERRUPT_H_
    3737
    3838#include <typedefs.h>
     
    124124        return istate->cr_iip;
    125125}
    126 #include <panic.h>
     126
    127127static inline int istate_from_uspace(istate_t *istate)
    128128{
     
    140140extern void disabled_fp_register(uint64_t vector, istate_t *istate);
    141141
    142 
    143 
    144142#endif
    145143
    146  /** @}
     144/** @}
    147145 */
    148 
Note: See TracChangeset for help on using the changeset viewer.