VirtualBox

Ignore:
Timestamp:
Apr 30, 2015 2:57:47 PM (10 years ago)
Author:
vboxsync
Message:

HGSMI: host command submission cleanup, removed obsolete code, comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h

    r55421 r55560  
    7373                       HGSMISIZE      cbHeap);
    7474
    75 int HGSMISaveStateExec (PHGSMIINSTANCE pIns, PSSMHANDLE pSSM);
    76 int HGSMILoadStateExec (PHGSMIINSTANCE pIns, PSSMHANDLE pSSM);
    77 
    7875/*
    7976 * Virtual hardware IO handlers.
     
    106103
    107104/* Allocate a buffer in the host heap. */
    108 int HGSMIHostCommandAlloc (PHGSMIINSTANCE pIns,
    109                            void **ppvData,
    110                            HGSMISIZE cbData,
    111                            uint8_t u8Channel,
    112                            uint16_t u16ChannelInfo);
     105int HGSMIHostCommandAlloc(PHGSMIINSTANCE pIns,
     106                          void **ppvData,
     107                          HGSMISIZE cbData,
     108                          uint8_t u8Channel,
     109                          uint16_t u16ChannelInfo);
    113110
    114 int HGSMIHostCommandProcess (PHGSMIINSTANCE pIns,
    115                              void *pvMem);
     111int HGSMIHostCommandSubmitAndFreeAsynch(PHGSMIINSTANCE pIns,
     112                                        void *pvData,
     113                                        bool fDoIrq);
    116114
    117 int HGSMIHostCommandProcessAndFreeAsynch (PHGSMIINSTANCE pIns,
    118                              void *pvData,
    119                              bool bDoIrq);
    120 
    121 int HGSMIHostCommandFree (PHGSMIINSTANCE pIns,
    122                           void *pvMem);
     115int HGSMIHostCommandFree(PHGSMIINSTANCE pIns,
     116                         void *pvData);
    123117
    124118int HGSMIHostLoadStateExec (PHGSMIINSTANCE pIns, PSSMHANDLE pSSM, uint32_t u32Version);
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