mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-28 07:44:52 +00:00
Various updates required for PPC.
This commit is contained in:
parent
5e0db243b0
commit
b96417a904
1 changed files with 3 additions and 1 deletions
|
@ -190,10 +190,12 @@ diff --git a/include/grub/net.h b/include/grub/net.h
|
||||||
index 45348dd..09b8d56 100644
|
index 45348dd..09b8d56 100644
|
||||||
--- a/include/grub/net.h
|
--- a/include/grub/net.h
|
||||||
+++ b/include/grub/net.h
|
+++ b/include/grub/net.h
|
||||||
@@ -534,4 +534,7 @@ extern char *grub_net_default_server;
|
@@ -534,6 +534,9 @@ extern char *grub_net_default_server;
|
||||||
#define GRUB_NET_TRIES 40
|
#define GRUB_NET_TRIES 40
|
||||||
#define GRUB_NET_INTERVAL 400
|
#define GRUB_NET_INTERVAL 400
|
||||||
|
|
||||||
|
#define VLANTAG_IDENTIFIER 0x8100
|
||||||
|
|
||||||
+grub_err_t
|
+grub_err_t
|
||||||
+grub_net_search_configfile (char *config);
|
+grub_net_search_configfile (char *config);
|
||||||
+
|
+
|
||||||
|
|
Loading…
Reference in a new issue