Massive file rename and moving orgy:

- Everything in include/cpu/generic/x86/arch/* goes into
   include/arch/x86 now.

 - include/cpu/generic/x86/div64.h moves into include/arch/x86, too.

 - The former include/cpu/generic/x86/arch/elf.h moved to
   include/arch/x86/archelf.h, as elf.h already exists in include/
   and we must prevent a name clash.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@314 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2007-05-05 21:36:52 +00:00
commit 71ccb36afc
61 changed files with 73 additions and 80 deletions

View file

@ -21,7 +21,7 @@
#ifndef STRING_H
#define STRING_H
#include <arch/types.h>
#include <types.h>
/* Prototypes for functions from lib/mem.c. */
void *memcpy(void *dest, const void *src, size_t len);