Ignore:
Timestamp:
Nov 29, 2016, 5:30:22 AM (9 years ago)
Author:
David Azarewicz
Message:

Major reorganization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/ioctl.h

    r129 r178  
    44 * Copyright (c) 2011 thi.guten Software Development
    55 * Copyright (c) 2011 Mensys B.V.
     6 * Copyright (c) 2013-2016 David Azarewicz
    67 *
    78 * Authors: Christian Mueller, Markus Thielen
     
    137138
    138139  ULONG   buflen;         /* length of buffer for data transfers */
    139   LIN     buf;            /* buffer for data transfers (32-bit linear address) */
     140  void *buf;              /* buffer for data transfers (32-bit linear address) */
    140141  USHORT  sense_len;      /* length of sense data in IOCTL DataPacket */
    141142} OS2AHCI_PASSTHROUGH;
Note: See TracChangeset for help on using the changeset viewer.