From b2f1e32746a3bb1d62620afc513cd34fe51a322c Mon Sep 17 00:00:00 2001 From: Felix Zielcke Date: Thu, 19 Nov 2009 09:33:56 +0100 Subject: [PATCH] 2009-11-19 Felix Zielcke * include/grub/x86_64/io.h: New file. --- ChangeLog | 4 ++++ include/grub/x86_64/io.h | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 include/grub/x86_64/io.h diff --git a/ChangeLog b/ChangeLog index f2f1fcfdf..69df97538 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-11-19 Felix Zielcke + + * include/grub/x86_64/io.h: New file. + 2009-11-19 Robert Millan * conf/i386-pc.rmk (grub_setup_SOURCES): Add `gnulib/progname.c'. diff --git a/include/grub/x86_64/io.h b/include/grub/x86_64/io.h new file mode 100644 index 000000000..9f465bca3 --- /dev/null +++ b/include/grub/x86_64/io.h @@ -0,0 +1,19 @@ +/* + * GRUB -- GRand Unified Bootloader + * Copyright (C) 2009 Free Software Foundation, Inc. + * + * GRUB 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 3 of the License, or + * (at your option) any later version. + * + * GRUB 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 GRUB. If not, see . + */ + +#include