Changeset fa3561f in mainline for libc/include/ddi.h


Ignore:
Timestamp:
2006-05-02T18:20:07Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
602ca36b
Parents:
432c648
Message:

Changed interrupt_control to preemption_control.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/ddi.h

    r432c648 rfa3561f  
    3434extern int map_physmem(task_id_t id, void *pf, void *vp, unsigned long pages, int writable);
    3535extern int iospace_enable(task_id_t id, void *ioaddr, unsigned long size);
    36 extern int interrupt_control(int enable);
     36extern int preemption_control(int enable);
    3737
    3838#endif
Note: See TracChangeset for help on using the changeset viewer.