Changeset 8e7c9fe in mainline for uspace/app/taskdump/include/fibrildump.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 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskdump/include/fibrildump.h
r3eb0c85 r8e7c9fe 1 1 /* 2 * Copyright (c) 20 05 Ondrej Palkovsky2 * Copyright (c) 2014 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup libcmips6429 /** @addtogroup edit 30 30 * @{ 31 31 */ 32 /** @file 32 /** 33 * @file 33 34 */ 34 35 35 #ifndef LIBC_mips64_FADDR_H_36 #define LIBC_mips64_FADDR_H_36 #ifndef FIBRILDUMP_H 37 #define FIBRILDUMP_H 37 38 38 #include <libarch/types.h> 39 #include <async.h> 40 #include <symtab.h> 39 41 40 #define FADDR(fptr) ((uintptr_t) (fptr)) 42 extern int fibrils_dump(symtab_t *, async_sess_t *sess); 41 43 42 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.