Changeset 4f5dc18 in mainline for uspace/lib/softint/include/multiplication.h
- Timestamp:
- 2009-11-03T21:36:54Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1647323
- Parents:
- bbddafb (diff), b1c21c2 (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/softint/include/multiplication.h
rbbddafb r4f5dc18 1 1 /* 2 * Copyright (c) 200 5 Jakub Jermar2 * Copyright (c) 2009 Josef Cejka 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup arm3229 /** @addtogroup softint 30 30 * @{ 31 */ 32 /** @file33 * @brief Empty.31 */ 32 /** 33 * @file 34 34 */ 35 35 36 #ifndef KERN_arm32_ARG_H_37 #define KERN_arm32_ARG_H_36 #ifndef __SOFTINT_MULTIPLICATION_H__ 37 #define __SOFTINT_MULTIPLICATION_H__ 38 38 39 #include <stdarg.h> 39 /* 64 bit multiplication */ 40 long long __muldi3(long long a, long long b); 40 41 41 42 #endif … … 43 44 /** @} 44 45 */ 46 47
Note:
See TracChangeset
for help on using the changeset viewer.