Changeset 0e0490bd in mainline


Ignore:
Timestamp:
2009-03-12T17:59:12Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a34e4c
Parents:
5597947
Message:

whitespace changes

Location:
kernel/arch/ia32/include/drivers
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/include/drivers/i8254.h

    r5597947 r0e0490bd  
    2727 */
    2828
    29 /** @addtogroup ia32   
     29/** @addtogroup ia32
    3030 * @{
    3131 */
  • kernel/arch/ia32/include/drivers/i8259.h

    r5597947 r0e0490bd  
    2727 */
    2828
    29 /** @addtogroup ia32   
     29/** @addtogroup ia32
    3030 * @{
    3131 */
     
    3939#include <arch/interrupt.h>
    4040
    41 #define PIC_PIC0PORT1   ((ioport8_t *) 0x20)
    42 #define PIC_PIC0PORT2   ((ioport8_t *) 0x21)
    43 #define PIC_PIC1PORT1   ((ioport8_t *) 0xa0)
    44 #define PIC_PIC1PORT2   ((ioport8_t *) 0xa1)
     41#define PIC_PIC0PORT1  ((ioport8_t *) 0x20)
     42#define PIC_PIC0PORT2  ((ioport8_t *) 0x21)
     43#define PIC_PIC1PORT1  ((ioport8_t *) 0xa0)
     44#define PIC_PIC1PORT2  ((ioport8_t *) 0xa1)
    4545
    46 #define PIC_NEEDICW4    (1<<0)
    47 #define PIC_ICW1        (1<<4)
     46#define PIC_NEEDICW4  (1 << 0)
     47#define PIC_ICW1      (1 << 4)
    4848
    4949extern void i8259_init(void);
  • kernel/arch/ia32/include/drivers/vesa.h

    r5597947 r0e0490bd  
    2727 */
    2828
    29 /** @addtogroup ia32   
     29/** @addtogroup ia32
    3030 * @{
    3131 */
Note: See TracChangeset for help on using the changeset viewer.