Changeset 25b9e2c in mainline for kernel/arch/ia32/include/proc/task.h


Ignore:
Timestamp:
2007-11-26T22:24:55Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d4e38c7
Parents:
263e1ec
Message:

Formatting fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/include/proc/task.h

    r263e1ec r25b9e2c  
    4040
    4141typedef struct {
    42         count_t iomapver;       /**< I/O Permission bitmap Generation counter. */
    43         bitmap_t iomap;         /**< I/O Permission bitmap. */
     42        /** I/O Permission bitmap Generation counter. */
     43        count_t iomapver;
     44        /** I/O Permission bitmap. */
     45        bitmap_t iomap;
    4446} task_arch_t;
    4547
Note: See TracChangeset for help on using the changeset viewer.