Changeset 20367 in vbox for trunk/src/VBox/Devices/Parallel
- 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/Parallel/DevParallel.cpp
r12978 r20367 153 153 * Internal Functions * 154 154 *******************************************************************************/ 155 __BEGIN_DECLS155 RT_BEGIN_DECLS 156 156 PDMBOTHCBDECL(int) parallelIOPortRead(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t *pu32, unsigned cb); 157 157 PDMBOTHCBDECL(int) parallelIOPortWrite(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t u32, unsigned cb); … … 160 160 PDMBOTHCBDECL(int) parallelIOPortWriteECP(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t u32, unsigned cb); 161 161 #endif 162 __END_DECLS162 RT_END_DECLS 163 163 164 164
Note:
See TracChangeset
for help on using the changeset viewer.