Changeset 46321fb in mainline for kernel/arch/ia64/include/proc/task.h


Ignore:
Timestamp:
2008-11-25T20:22:04Z (15 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
83d9712
Parents:
14c331a
Message:

IA64: Userspace I/O support

File:
1 edited

Legend:

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

    r14c331a r46321fb  
    3232/** @file
    3333 */
     34#include <proc/task.h>
    3435
    3536#ifndef KERN_ia64_TASK_H_
    3637#define KERN_ia64_TASK_H_
    3738
     39#include <adt/bitmap.h>
     40
    3841typedef struct {
     42        bitmap_t *iomap;
    3943} task_arch_t;
    4044
    41 #define task_create_arch(t)
     45
     46#define task_create_arch(t) {(t)->arch.iomap=NULL;}
    4247#define task_destroy_arch(t)
    4348
Note: See TracChangeset for help on using the changeset viewer.