Changeset 06e1e95 in mainline for kernel/genarch/include/softint/division.h
- Timestamp:
- 2006-09-14T17:09:21Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1d1f5d3
- Parents:
- e5ecc02
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/softint/division.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup genarch 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __SOFTINT_DIVISION_H__ 36 #define __SOFTINT_DIVISION_H__ 37 35 #ifndef KERN_DIVISION_H_ 36 #define KERN_DIVISION_H_ 38 37 39 38 /* 32bit integer division */ … … 65 64 #endif 66 65 67 68 /** @} 66 /** @} 69 67 */ 70
Note:
See TracChangeset
for help on using the changeset viewer.