Changeset ed166f7 in mainline for kernel/generic/include/align.h
- Timestamp:
- 2006-08-31T18:53:14Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6767c1d
- Parents:
- e0b241f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/align.h
re0b241f red166f7 27 27 */ 28 28 29 30 29 /** @addtogroup generic 31 30 * @ingroup others 32 31 * @{ 33 32 */ 34 /** @file 33 /** 34 * @file 35 * @brief Macros for making values and addresses aligned. 35 36 */ 36 37 37 #ifndef __ALIGN_H__38 #define __ALIGN_H__38 #ifndef KERN_ALIGN_H_ 39 #define KERN_ALIGN_H_ 39 40 40 41 /** Align to the nearest lower address.
Note:
See TracChangeset
for help on using the changeset viewer.