On Mon, Jun 25, 2007 at 02:19:35PM -0700, ron minnich wrote:
Per discussion on the list, we are adding an arch directory to arch/x86, and putting a lib and other files in there we want to include with #include <arch/foo.h>
Signed-off-by: Ronald G. Minnich rminnich@gmail.com
NAK.
Index: include/arch/x86/arch/lib.h
--- include/arch/x86/arch/lib.h (revision 0) +++ include/arch/x86/arch/lib.h (revision 0) @@ -0,0 +1,23 @@ +/*
- 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
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- */
Please use the common copyright header, with you as a copyright holder.
This header doesn't have the "part of LinuxBIOS" line and the copyright holder.
Uwe.