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/atapi.h

    r112 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
     
    166167/* -------------------------- function prototypes -------------------------- */
    167168
    168 extern int     atapi_get_geometry     (IORBH _far *iorb, int slot);
    169 extern int     atapi_unit_ready       (IORBH _far *iorb, int slot);
    170 extern int     atapi_read             (IORBH _far *iorb, int slot);
    171 extern int     atapi_read_unaligned   (IORBH _far *iorb, int slot);
    172 extern int     atapi_verify           (IORBH _far *iorb, int slot);
    173 extern int     atapi_write            (IORBH _far *iorb, int slot);
    174 extern int     atapi_execute_cdb      (IORBH _far *iorb, int slot);
    175 extern int     atapi_req_sense        (IORBH _far *iorb, int slot);
     169extern int atapi_get_geometry(IORBH FAR16DATA *vIorb, IORBH *pIorb, int slot);
     170extern int atapi_unit_ready(IORBH FAR16DATA *vIorb, IORBH *pIorb, int slot);
     171extern int atapi_read(IORBH FAR16DATA *vIorb, IORBH *pIorb, int slot);
     172extern int atapi_read_unaligned(IORBH *pIorb, int slot);
     173extern int atapi_verify(IORBH FAR16DATA *vIorb, IORBH *pIorb, int slot);
     174extern int atapi_write(IORBH FAR16DATA *vIorb, IORBH *pIorb, int slot);
     175extern int atapi_execute_cdb(IORBH FAR16DATA *vIorb, IORBH *pIorb, int slot);
     176extern int atapi_req_sense(IORBH FAR16DATA *vIorb, IORBH *pIorb, int slot);
    176177
Note: See TracChangeset for help on using the changeset viewer.