Changeset 432a269 in mainline for uspace/lib/posix/float.h
- Timestamp:
- 2011-09-16T21:13:57Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3a11f17
- Parents:
- c0e53ff (diff), fd07e526 (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/lib/posix/float.h
rc0e53ff r432a269 1 1 /* 2 * Copyright (c) 201 0 Vojtech Horky2 * Copyright (c) 2011 Petr Koupy 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup drvusbuhcihc29 /** @addtogroup libposix 30 30 * @{ 31 31 */ 32 /** @file 33 * @brief UHCI driver iface 32 /** @file Floating type support. 34 33 */ 35 #ifndef DRV_UHCI_IFACE_H36 #define DRV_UHCI_IFACE_H37 34 38 #include <usbhc_iface.h> 35 #ifndef POSIX_FLOAT_H_ 36 #define POSIX_FLOAT_H_ 39 37 40 extern usbhc_iface_t hc_iface; 38 /* Empty. Just to satisfy preprocessor. */ 41 39 42 #endif 43 /** 44 40 #endif /* POSIX_FLOAT_H_ */ 41 42 /** @} 45 43 */
Note:
See TracChangeset
for help on using the changeset viewer.