VirtualBox

Ignore:
Timestamp:
Apr 14, 2023 3:17:44 PM (22 months ago)
Author:
vboxsync
Message:

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/Mtftp4Dxe/Mtftp4Support.h

    r85718 r99404  
    1616//
    1717typedef struct {
    18   LIST_ENTRY                Link;
    19   INTN                      Start;
    20   INTN                      End;
    21   INTN                      Round;
    22   INTN                      Bound;
     18  LIST_ENTRY    Link;
     19  INTN          Start;
     20  INTN          End;
     21  INTN          Round;
     22  INTN          Bound;
    2323} MTFTP4_BLOCK_RANGE;
    24 
    2524
    2625/**
     
    4746EFI_STATUS
    4847Mtftp4InitBlockRange (
    49   IN LIST_ENTRY             *Head,
    50   IN UINT16                 Start,
    51   IN UINT16                 End
     48  IN LIST_ENTRY  *Head,
     49  IN UINT16      Start,
     50  IN UINT16      End
    5251  );
    5352
     
    6261INTN
    6362Mtftp4GetNextBlockNum (
    64   IN LIST_ENTRY             *Head
     63  IN LIST_ENTRY  *Head
    6564  );
    6665
     
    7877VOID
    7978Mtftp4SetLastBlockNum (
    80   IN LIST_ENTRY             *Head,
    81   IN UINT16                 Last
     79  IN LIST_ENTRY  *Head,
     80  IN UINT16      Last
    8281  );
    8382
     
    9796EFI_STATUS
    9897Mtftp4RemoveBlockNum (
    99   IN LIST_ENTRY             *Head,
    100   IN UINT16                 Num,
    101   IN BOOLEAN                Completed,
    102   OUT UINT64                *BlockCounter
     98  IN LIST_ENTRY  *Head,
     99  IN UINT16      Num,
     100  IN BOOLEAN     Completed,
     101  OUT UINT64     *BlockCounter
    103102  );
    104103
     
    111110VOID
    112111Mtftp4SetTimeout (
    113   IN OUT MTFTP4_PROTOCOL        *Instance
     112  IN OUT MTFTP4_PROTOCOL  *Instance
    114113  );
    115114
     
    130129EFI_STATUS
    131130Mtftp4SendPacket (
    132   IN OUT MTFTP4_PROTOCOL        *Instance,
    133   IN OUT NET_BUF                *Packet
     131  IN OUT MTFTP4_PROTOCOL  *Instance,
     132  IN OUT NET_BUF          *Packet
    134133  );
    135134
     
    146145EFI_STATUS
    147146Mtftp4SendRequest (
    148   IN MTFTP4_PROTOCOL        *Instance
     147  IN MTFTP4_PROTOCOL  *Instance
    149148  );
    150149
     
    163162EFI_STATUS
    164163Mtftp4SendError (
    165   IN MTFTP4_PROTOCOL        *Instance,
    166   IN UINT16                 ErrCode,
    167   IN UINT8                  *ErrInfo
     164  IN MTFTP4_PROTOCOL  *Instance,
     165  IN UINT16           ErrCode,
     166  IN UINT8            *ErrInfo
    168167  );
    169 
    170168
    171169/**
     
    179177EFIAPI
    180178Mtftp4OnTimerTickNotifyLevel (
    181   IN EFI_EVENT              Event,
    182   IN VOID                   *Context
     179  IN EFI_EVENT  Event,
     180  IN VOID       *Context
    183181  );
    184182
     
    193191EFIAPI
    194192Mtftp4OnTimerTick (
    195   IN EFI_EVENT              Event,
    196   IN VOID                   *Context
     193  IN EFI_EVENT  Event,
     194  IN VOID       *Context
    197195  );
     196
    198197#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette