Changeset 06e1e95 in mainline for kernel/arch/amd64/include/ddi/ddi.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/amd64/include/ddi/ddi.h

    re5ecc02 r06e1e95  
    2727 */
    2828
    29  /** @addtogroup amd64ddi
     29/** @addtogroup amd64ddi
    3030 * @{
    3131 */
     
    3636 */
    3737
    38 #ifndef __amd64_DDI_H__
    39 #define __amd64_DDI_H__
     38#ifndef KERN_amd64_DDI_H_
     39#define KERN_amd64_DDI_H_
    4040
    4141extern void io_perm_bitmap_install(void);
     
    4343#endif
    4444
    45  /** @}
     45/** @}
    4646 */
    47 
Note: See TracChangeset for help on using the changeset viewer.