]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/staging/unisys/common-spar/include/vbusdeviceinfo.h
staging: unisys: remove U8 type
[mirror_ubuntu-zesty-kernel.git] / drivers / staging / unisys / common-spar / include / vbusdeviceinfo.h
index 45e311cdf8defcbc8b6badc01a034518e30bf050..5e0d98cd422e545f82cecf09c292b3723b5be9ed 100644 (file)
  * and driver from the client's perspective.
  */
 typedef struct _ULTRA_VBUS_DEVICEINFO {
-       U8 devType[16];         /* short string identifying the device type */
-       U8 drvName[16];         /* driver .sys file name */
-       U8 infoStrings[96];     /* sequence of tab-delimited id strings: */
+       u8 devType[16];         /* short string identifying the device type */
+       u8 drvName[16];         /* driver .sys file name */
+       u8 infoStrings[96];     /* sequence of tab-delimited id strings: */
        /* <DRIVER_REV> <DRIVER_VERTAG> <DRIVER_COMPILETIME> */
-       U8 reserved[128];       /* pad size to 256 bytes */
+       u8 reserved[128];       /* pad size to 256 bytes */
 } ULTRA_VBUS_DEVICEINFO;
 
 #pragma pack(pop)