Changeset 04803bf in mainline for uspace/lib/c/arch/abs32le/include/faddr.h
- Timestamp:
- 2011-03-21T22:00:17Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 143932e3
- Parents:
- b50b5af2 (diff), 7308e84 (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
-
uspace/lib/c/arch/abs32le/include/faddr.h (moved) (moved from boot/generic/gentypes.h ) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/abs32le/include/faddr.h
rb50b5af2 r04803bf 1 1 /* 2 * Copyright (c) 20 06Martin Decky2 * Copyright (c) 2010 Martin Decky 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup generic29 /** @addtogroup libabs32le 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef BOOT_GENTYPES_H_36 #define BOOT_GENTYPES_H_35 #ifndef LIBC_abs32le_FADDR_H_ 36 #define LIBC_abs32le_FADDR_H_ 37 37 38 #define NULL 0 39 #define false 0 40 #define true 1 38 #include <libarch/types.h> 41 39 42 typedef unsigned long size_t; 40 #define FADDR(fptr) ((uintptr_t) (fptr)) 43 41 44 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
