Changeset 20367 in vbox for trunk/src/VBox/Devices/Storage/ATAController.h
- Timestamp:
- Jun 8, 2009 12:25:19 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48290
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/ATAController.h
r15252 r20367 179 179 /** Pointer to the I/O buffer. */ 180 180 RCPTRTYPE(uint8_t *) pbIOBufferRC; 181 181 182 182 RTRCPTR Aligmnent1; /**< Align the statistics at an 8-byte boundrary. */ 183 183 … … 397 397 * Internal Functions * 398 398 ******************************************************************************/ 399 __BEGIN_DECLS399 RT_BEGIN_DECLS 400 400 int ataControllerIOPortWrite1(PAHCIATACONTROLLER pCtl, RTIOPORT Port, uint32_t u32, unsigned cb); 401 401 int ataControllerIOPortRead1(PAHCIATACONTROLLER pCtl, RTIOPORT Port, uint32_t *u32, unsigned cb); … … 406 406 int ataControllerBMDMAIOPortRead(PAHCIATACONTROLLER pCtl, RTIOPORT Port, uint32_t *pu32, unsigned cb); 407 407 int ataControllerBMDMAIOPortWrite(PAHCIATACONTROLLER pCtl, RTIOPORT Port, uint32_t u32, unsigned cb); 408 __END_DECLS408 RT_END_DECLS 409 409 410 410 #ifdef IN_RING3
Note:
See TracChangeset
for help on using the changeset viewer.