mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-06 09:53:18 +00:00
2010-01-18 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/i386/bsd.h: Fix include pathes.
This commit is contained in:
parent
262bff8d83
commit
6f7db5d676
@ -1,3 +1,7 @@
|
||||
2010-01-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/i386/bsd.h: Fix include pathes.
|
||||
|
||||
2010-01-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Add missing *BSD copyright headers.
|
||||
|
@ -20,12 +20,12 @@
|
||||
#define GRUB_BSD_CPU_HEADER 1
|
||||
|
||||
#include <grub/types.h>
|
||||
#include <grub/freebsd_reboot.h>
|
||||
#include <grub/netbsd_reboot.h>
|
||||
#include <grub/openbsd_reboot.h>
|
||||
#include <grub/freebsd_linker.h>
|
||||
#include <grub/netbsd_bootinfo.h>
|
||||
#include <grub/openbsd_bootarg.h>
|
||||
#include <grub/i386/freebsd_reboot.h>
|
||||
#include <grub/i386/netbsd_reboot.h>
|
||||
#include <grub/i386/openbsd_reboot.h>
|
||||
#include <grub/i386/freebsd_linker.h>
|
||||
#include <grub/i386/netbsd_bootinfo.h>
|
||||
#include <grub/i386/openbsd_bootarg.h>
|
||||
|
||||
|
||||
enum bsd_kernel_types
|
||||
|
Loading…
Reference in New Issue
Block a user