Changes in uspace/lib/c/generic/ddi.c [c0699467:8add9ca5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/ddi.c
rc0699467 r8add9ca5 31 31 */ 32 32 /** @file 33 */ 33 */ 34 34 35 #include <sys/types.h>36 #include <abi/ddi/arg.h>37 35 #include <ddi.h> 38 36 #include <libarch/ddi.h> … … 42 40 #include <align.h> 43 41 #include <libarch/config.h> 42 #include <kernel/ddi/ddi_arg.h> 44 43 45 44 /** Return unique device number.
Note:
See TracChangeset
for help on using the changeset viewer.