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

    r196 r205  
    1 /******************************************************************************
     1/**
    22 * ioctl.h - IOCTL structures and constants 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/* IOCTL categories and functions */
     
    7169#define PT_WRITE            0x0001U    /* transfer direction host -> device */
    7270#define PT_ATAPI            0x0002U    /* ATAPI command (ATA if not set) */
    73 
    74 /* ------------------------ typedefs and structures ------------------------ */
    7571
    7672#ifndef VMDHL_WRITE
Note: See TracChangeset for help on using the changeset viewer.