vbox的更動 10661 路徑 trunk/include/VBox/pdmapi.h
- 時間撮記:
- 2008-7-15 下午02:21:04 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/include/VBox/pdmapi.h
r10521 r10661 100 100 101 101 /** 102 * Set the TPR (task priority register ?).102 * Set the TPR (task priority register). 103 103 * 104 104 * @returns VBox status code. … … 109 109 110 110 /** 111 * Get the TPR (task priority register ?).111 * Get the TPR (task priority register). 112 112 * 113 113 * @returns The current TPR. 114 114 * @param pVM VM handle. 115 115 * @param pu8TPR Where to store the TRP. 116 */ 117 PDMDECL(int) PDMApicGetTPR(PVM pVM, uint8_t *pu8TPR); 116 * @param pfPending Pending state (out). 117 */ 118 PDMDECL(int) PDMApicGetTPR(PVM pVM, uint8_t *pu8TPR, bool *pfPending); 118 119 119 120
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器