Changeset cf13b17 in mainline for uspace/lib/c/arch/ia64/include
- Timestamp:
- 2017-10-11T16:32:00Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b08e98ba
- Parents:
- 2a7749d7
- Location:
- uspace/lib/c/arch/ia64/include/libarch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/include/libarch/faddr.h
r2a7749d7 rcf13b17 36 36 #define LIBC_ia64_FADDR_H_ 37 37 38 #include < sys/types.h>38 #include <types/common.h> 39 39 40 40 /** -
uspace/lib/c/arch/ia64/include/libarch/fibril.h
r2a7749d7 rcf13b17 39 39 #include <align.h> 40 40 #include <libarch/stack.h> 41 #include < sys/types.h>41 #include <types/common.h> 42 42 #include <libarch/fibril_context.h> 43 43
Note:
See TracChangeset
for help on using the changeset viewer.