VirtualBox

Ignore:
Timestamp:
Jun 14, 2011 1:34:10 PM (14 years ago)
Author:
vboxsync
Message:

EFI/fs: right typedefs for base type definitions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/test/fsw_posix_base.h

    r32129 r37436  
    4545#include <unistd.h>
    4646#include <errno.h>
     47#include <stdint.h>
    4748
    4849#define FSW_LITTLE_ENDIAN (1)
     
    5253// types
    5354
    54 typedef signed char         fsw_s8;
    55 typedef unsigned char       fsw_u8;
    56 typedef short               fsw_s16;
    57 typedef unsigned short      fsw_u16;
    58 typedef long                fsw_s32;
    59 typedef unsigned long       fsw_u32;
    60 typedef long long           fsw_s64;
    61 typedef unsigned long long  fsw_u64;
     55typedef int8_t        fsw_s8;
     56typedef uint8_t       fsw_u8;
     57typedef int16_t       fsw_s16;
     58typedef uint16_t      fsw_u16;
     59typedef int32_t       fsw_s32;
     60typedef uint32_t      fsw_u32;
     61typedef int64_t       fsw_s64;
     62typedef uint64_t      fsw_u64;
    6263
    6364
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