Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1200 → Rev 1201

/kernel/trunk/arch/amd64/include/proc/task.h
31,10 → 31,10
 
#include <typedefs.h>
#include <arch/types.h>
#include <adt/bitmap.h>
 
typedef struct {
count_t iomap_size;
__u8 *iomap;
bitmap_t iomap;
} task_arch_t;
 
#endif