VirtualBox

Ignore:
Timestamp:
Feb 26, 2010 6:21:38 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58156
Message:

dev/Graphics: HGSMILIST additional tooling functions (to be used by the Video DMA)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHostHlp.cpp

    r22652 r26876  
    7272}
    7373
     74HGSMILISTENTRY * hgsmiListRemoveAll (HGSMILIST *pList, HGSMILISTENTRY ** ppTail /* optional */)
     75{
     76    HGSMILISTENTRY * pHead = pList->pHead;
     77    if (ppTail)
     78        *ppTail = pList->pTail;
     79
     80    hgsmiListInit (pList);
     81
     82    return pHead;
     83}
     84
     85
Note: See TracChangeset for help on using the changeset viewer.

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