Ignore:
Timestamp:
Jan 2, 2021, 1:06:02 AM (5 years ago)
Author:
David Azarewicz
Message:

Fixed ADD RM id.

File:
1 edited

Legend:

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

    r196 r205  
    1 /******************************************************************************
     1/**
    22 * atapi.h - ATAPI structures and macros for os2ahci driver
    33 *
    44 * Copyright (c) 2011 thi.guten Software Development
    55 * Copyright (c) 2011 Mensys B.V.
    6  * Copyright (c) 2013-2018 David Azarewicz
     6 * Copyright (c) 2013-2021 David Azarewicz <david@88watts.net>
    77 *
    88 * Authors: Christian Mueller, Markus Thielen
     
    2525 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    2626 */
    27 
    28 /* -------------------------- macros and constants ------------------------- */
    2927
    3028#define ATAPI_MIN_CDB_LEN   12   /* minimum ATAPI CDB len acc to AHCI spec */
     
    104102#define ATAPI_GET_SENSE(p_) (u8)(p_->sense.sense_key & 0x0f)
    105103
    106 /* ------------------------ typedefs and structures ------------------------ */
    107 
    108104/******************************************************************************
    109105 * ATAPI_SENSE_DATA - define layout of ATAPI sense data
     
    163159
    164160
    165 /* ---------------------------- global variables --------------------------- */
    166 
    167 /* -------------------------- function prototypes -------------------------- */
    168 
    169161extern int atapi_get_geometry(IORBH FAR16DATA *vIorb, IORBH *pIorb, int slot);
    170162extern int atapi_unit_ready(IORBH FAR16DATA *vIorb, IORBH *pIorb, int slot);
Note: See TracChangeset for help on using the changeset viewer.