Changeset 06e1e95 in mainline for kernel/genarch/include/acpi/acpi.h


Ignore:
Timestamp:
2006-09-14T17:09:21Z (18 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/genarch/include/acpi/acpi.h

    re5ecc02 r06e1e95  
    2727 */
    2828
    29  /** @addtogroup genarch       
     29/** @addtogroup genarch
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef __ACPI_H__
    36 #define __ACPI_H__
     35#ifndef KERN_ACPI_H_
     36#define KERN_ACPI_H_
    3737
    3838#include <arch/types.h>
     
    8989extern int acpi_sdt_check(uint8_t *sdt);
    9090
    91 #endif /* __ACPI_H__ */
     91#endif /* KERN_ACPI_H_ */
    9292
    93  /** @}
     93/** @}
    9494 */
    95 
Note: See TracChangeset for help on using the changeset viewer.