Changeset 1787e527 in mainline for boot/generic/memstr.h
- Timestamp:
- 2009-11-16T21:22:54Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ebdf94
- Parents:
- fcbd1be (diff), 9c70ed6 (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
-
boot/generic/memstr.h
rfcbd1be r1787e527 1 1 /* 2 * Copyright (c) 200 5 Ondrej Palkovsky2 * Copyright (c) 2009 Martin Decky 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup amd6429 /** @addtogroup generic 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef KERN_amd64_ARG_H_36 #define KERN_amd64_ARG_H_35 #ifndef BOOT_MEMSTR_H_ 36 #define BOOT_MEMSTR_H_ 37 37 38 #include <stdarg.h> 38 extern void memcpy(void *dst, const void *src, unsigned int cnt); 39 39 40 40 #endif … … 42 42 /** @} 43 43 */ 44
Note:
See TracChangeset
for help on using the changeset viewer.