GRUB_DISK_DEVICE_PXE_ID,
GRUB_DISK_DEVICE_SCSI_ID,
GRUB_DISK_DEVICE_FILE_ID,
- GRUB_DISK_DEVICE_LUKS_ID,
- GRUB_DISK_DEVICE_OFNET_ID
+ GRUB_DISK_DEVICE_LUKS_ID
};
struct grub_disk;
};
typedef struct grub_disk *grub_disk_t;
-/* Net Disk */
-enum grub_netdisk_protocol
-{
- GRUB_NETDISK_PROTOCOL_TFTP
-};
-typedef enum grub_netdisk_protocol grub_netdisk_protocol_t;
-
-struct grub_netdisk_data
-{
- grub_netdisk_protocol_t protocol;
- grub_uint32_t server_ip;
- grub_uint32_t port;
- char *username;
- char *password;
-};
-typedef struct grub_netdisk_data *grub_netdisk_data_t;
-
#ifdef GRUB_UTIL
struct grub_disk_memberlist
{
+++ /dev/null
-#ifndef GRUB_IEEE1275_INTERFACE_HEADER
-#define GRUB_IEEE1275_INTERFACE_HEADER 1
-
-#include <grub/misc.h>
-#include <grub/ieee1275/ieee1275.h>
-#include <grub/ieee1275/ofnet.h>
-#include <grub/net/netbuff.h>
-
-grub_bootp_t bootp_pckt;
-#endif
+++ /dev/null
-#ifndef GRUB_NETMM_H
-#define GRUB_NETMM_H 1
-
-#include <grub/types.h>
-#include <grub/symbol.h>
-
-void *EXPORT_FUNC(grub_net_malloc) (grub_size_t size);
-
-#endif /* ! GRUB_MM_H */