Changeset 8e7c9fe in mainline for uspace/lib/c/include/ddi.h
- Timestamp:
- 2014-09-12T03:45:25Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c53b58e
- Parents:
- 3eb0c85 (diff), 105d8d6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ddi.h
r3eb0c85 r8e7c9fe 51 51 52 52 extern int physmem_map(uintptr_t, size_t, unsigned int, void **); 53 extern int physmem_unmap(void *); 53 54 54 55 extern int dmamem_map(void *, size_t, unsigned int, unsigned int, uintptr_t *); … … 61 62 extern int pio_enable_resource(pio_window_t *, hw_resource_t *, void **); 62 63 extern int pio_enable(void *, size_t, void **); 64 extern int pio_disable(void *, size_t); 63 65 64 66 typedef void (*trace_fnc)(const volatile void *place, uint32_t val, … … 130 132 } 131 133 132 extern int irq_register(int, int, int, const irq_code_t *);133 extern int irq_unregister(int, int);134 135 134 #endif 136 135
Note:
See TracChangeset
for help on using the changeset viewer.