Changeset 25a76ab8 in mainline for boot/generic/include/memstr.h


Ignore:
Timestamp:
2010-05-08T07:53:23Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
051bc69a
Parents:
6c39a907 (diff), 1317380 (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.
Message:

Merge mainline changes.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • boot/generic/include/memstr.h

    r6c39a907 r25a76ab8  
    11/*
    2  * Copyright (c) 2009 Martin Decky
     2 * Copyright (c) 2001-2004 Jakub Jermar
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup generic
    30  * @{
    31  */
    3229/** @file
    3330 */
     
    3633#define BOOT_MEMSTR_H_
    3734
    38 extern void memcpy(void *dst, const void *src, unsigned int cnt);
     35#include <typedefs.h>
     36
     37extern void *memcpy(void *, const void *, size_t);
    3938
    4039#endif
Note: See TracChangeset for help on using the changeset viewer.