VirtualBox

儲存庫 vbox 的更動 86900


忽略:
時間撮記:
2020-11-17 上午04:18:51 (4 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
141373
訊息:

Devices/Graphics/vmsvga_include: VBox modifications and three empty files. bugref:9830

位置:
trunk/src/VBox/Devices/Graphics/vmsvga_include
檔案:
新增 3 筆資料
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Devices/Graphics/vmsvga_include/svga_reg.h

    r86898 r86900  
    3333#ifndef _SVGA_REG_H_
    3434#define _SVGA_REG_H_
    35 #include <linux/pci_ids.h>
    3635
    3736#define INCLUDE_ALLOW_MODULE
  • trunk/src/VBox/Devices/Graphics/vmsvga_include/svga_types.h

    r86898 r86900  
    2424 *
    2525 **********************************************************/
    26 #ifndef _VM_BASIC_TYPES_H_
    27 #define _VM_BASIC_TYPES_H_
    28 #include <linux/kernel.h>
     26#ifndef _SVGA_TYPES_H_
     27#define _SVGA_TYPES_H_
     28#include <iprt/types.h>
    2929
    30 typedef u32 uint32;
    31 typedef s32 int32;
    32 typedef u64 uint64;
    33 typedef u16 uint16;
    34 typedef s16 int16;
    35 typedef u8  uint8;
    36 typedef s8  int8;
     30typedef int64_t int64;
     31typedef uint64_t uint64;
     32
     33typedef int32_t int32;
     34typedef uint32_t uint32;
     35
     36typedef int16_t int16;
     37typedef uint16_t uint16;
     38
     39typedef int8_t int8;
     40typedef uint8_t uint8;
    3741
    3842typedef uint64 PA;
     
    4347typedef bool Bool;
    4448
    45 #define MAX_UINT64 U64_MAX
    46 #define MAX_UINT32 U32_MAX
     49#define MAX_UINT64 UINT64_MAX
     50#define MAX_UINT32 UINT32_MAX
    4751#define MAX_UINT16 U16_MAX
    4852
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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