Changeset 7f5b37a in mainline for libc/include/ddi.h


Ignore:
Timestamp:
2006-05-28T10:05:03Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0b99e40
Parents:
01ff41c
Message:

Sync with kernel.
Make map_physmem() pass address space area flags instead of boolean switch.

Try to map fb memory with caching enabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/ddi.h

    r01ff41c r7f5b37a  
    3232#include <task.h>
    3333
    34 extern int map_physmem(task_id_t id, void *pf, void *vp, unsigned long pages, int writable);
     34extern int map_physmem(task_id_t id, void *pf, void *vp, unsigned long pages, int flags);
    3535extern int iospace_enable(task_id_t id, void *ioaddr, unsigned long size);
    3636extern int preemption_control(int enable);
Note: See TracChangeset for help on using the changeset viewer.