Skip to content

Commit

Permalink
Add MsBootHttp4 MsBootHttp6 boot sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
kanechen66 committed Nov 18, 2024
1 parent fce6aa0 commit 0d4b276
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PcBdsPkg/Include/Library/MsBootPolicyLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ typedef enum {
MsBootNVME, /// Nvme boot devices
MsBootODD, /// Optical Disk drive devices
MsBootSD, /// Sd/Emmc type devices
MsBootRAMDISK /// Ram Disk devices
MsBootRAMDISK, /// Ram Disk devices
MsBootHttp4, /// Boot devices that support IPV4 Http
MsBootHttp6 /// Boot devices supporting IPV6 Http
} BOOT_SEQUENCE;

/**
Expand Down

0 comments on commit 0d4b276

Please sign in to comment.