Changeset fadd381 in mainline for uspace/libc/arch/ia32/include/ddi.h


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

Indentation and formatting facelift for libc.
Libc headers now have C99 compliant guards.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/libc/arch/ia32/include/ddi.h

    rfd85ae5 rfadd381  
    3131 */
    3232
    33 #ifndef __ia32_libc_DDI_H_
    34 #define __ia32_libc_DDI_H_
     33#ifndef LIBC_ia32_DDI_H_
     34#define LIBC_ia32_DDI_H_
    3535
    3636static inline void outb(int16_t port, uint8_t b)
     
    7373}
    7474
    75 
    7675#endif
Note: See TracChangeset for help on using the changeset viewer.