Add the author of the respective changes by coresystems GmbH.
Some minor cosmetic fixes (trivial). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@155 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
49d253d009
commit
44fbc3e786
14 changed files with 24 additions and 14 deletions
|
|
@ -1,8 +1,8 @@
|
|||
/*
|
||||
* lar - LinuxBIOS archiver
|
||||
* This file is part of the LinuxBIOS project.
|
||||
*
|
||||
* Copyright (C) 2006 coresystems GmbH
|
||||
* Written by Stefan Reinauer <stepan@coresystems.de> for coresystems GmbH
|
||||
* Written by Stefan Reinauer <stepan@coresystems.de> for coresystems GmbH.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -37,7 +37,7 @@ struct mem_file {
|
|||
int len;
|
||||
};
|
||||
|
||||
/* prototypes */
|
||||
/* Prototypes. */
|
||||
int find_file(struct mem_file *archive, char *filename, struct mem_file *result);
|
||||
int copy_file(struct mem_file *archive, char *filename, void *where);
|
||||
int run_file(struct mem_file *archive, char *filename, void *where);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue