Changeset 3e6a98c5 in mainline for uspace/drv/infrastructure
- Timestamp:
- 2012-11-30T19:26:36Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0fa34dd
- Parents:
- e80d8f8
- Location:
- uspace/drv/infrastructure
- Files:
-
- 3 edited
-
root/root.c (modified) (1 diff)
-
rootamdm37x/amdm37x.h (modified) (1 diff)
-
rootpc/rootpc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/infrastructure/root/root.c
re80d8f8 r3e6a98c5 41 41 #include <stdio.h> 42 42 #include <errno.h> 43 #include < bool.h>43 #include <stdbool.h> 44 44 #include <fibril_synch.h> 45 45 #include <stdlib.h> -
uspace/drv/infrastructure/rootamdm37x/amdm37x.h
re80d8f8 r3e6a98c5 48 48 #include "prm/global_reg.h" 49 49 50 #include < bool.h>50 #include <stdbool.h> 51 51 52 52 typedef struct { -
uspace/drv/infrastructure/rootpc/rootpc.c
re80d8f8 r3e6a98c5 39 39 #include <stdio.h> 40 40 #include <errno.h> 41 #include < bool.h>41 #include <stdbool.h> 42 42 #include <fibril_synch.h> 43 43 #include <stdlib.h>
Note:
See TracChangeset
for help on using the changeset viewer.
