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:
parent
7e752a0631
commit
71ccb36afc
61 changed files with 73 additions and 80 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue