~ubuntu-branches/ubuntu/raring/ipxe/raring

« back to all changes in this revision

Viewing changes to src/include/ipxe/features.h

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-11-14 15:47:31 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20121114154731-jhuy5d1h2jw75qe9
Tags: 1.0.0+git-4.d6b0b76-0ubuntu1
* New upstream snapshot:
  - d/p/iscsi*.patch: Dropped - included in snapshot.
  - Refreshed all other patches.
* d/p/enable-https.patch: Enable HTTPS support (LP: #1025239).

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
#define DHCP_EB_FEATURE_EFI             0x24 /**< EFI format */
53
53
#define DHCP_EB_FEATURE_FCOE            0x25 /**< FCoE protocol */
54
54
#define DHCP_EB_FEATURE_VLAN            0x26 /**< VLAN support */
 
55
#define DHCP_EB_FEATURE_MENU            0x27 /**< Menu support */
 
56
#define DHCP_EB_FEATURE_SDI             0x28 /**< SDI image support */
55
57
 
56
58
/** @} */
57
59