Changeset 6b781c0 in mainline for uspace/libc/arch/arm32/include/faddr.h
- Timestamp:
- 2007-06-08T15:02:49Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c03ee1c
- Parents:
- 3ee8a075
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/arch/arm32/include/faddr.h
r3ee8a075 r6b781c0 1 1 /* 2 * Copyright (c) 200 5 Jakub Jermar2 * Copyright (c) 2007 Michal Kebrt 3 3 * All rights reserved. 4 4 * … … 30 30 * @{ 31 31 */ 32 /** @file 32 /** @file 33 * @brief Function address conversion. 33 34 */ 34 35 … … 38 39 #include <libarch/types.h> 39 40 40 /** 41 * 42 * Calculate absolute address of function 43 * referenced by fptr pointer. 41 /** Calculate absolute address of function referenced by fptr pointer. 44 42 * 45 43 * @param f Function pointer. 46 *47 44 */ 48 45 #define FADDR(f) (f)
Note:
See TracChangeset
for help on using the changeset viewer.