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

    r202 r205  
    1 /******************************************************************************
     1/**
    22 * os2ahci.h - main header file 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 /* ----------------------------- include files ----------------------------- */
    2927
    3028/* IMPORTANT NOTE: The DDK headers require tight structure packing and this
     
    4846#include "ahci.h"
    4947#include "ahci-idc.h"
    50 
    51 /* -------------------------- macros and constants ------------------------- */
    5248
    5349#define MAX_AD 8 /* maximum number of adapters */
     
    358354                                   /* These are the four entries which correspond to the entries in the partition table. */
    359355} DLA_Table_Sector, *PDLA_Table_Sector;
    360 
    361 /* -------------------------- function prototypes -------------------------- */
    362356
    363357static inline unsigned long readl(void *a)
     
    473467
    474468
    475 /* ---------------------------- global variables --------------------------- */
    476 
    477469extern int thorough_scan; /* if != 0, perform thorough PCI scan */
    478470extern int init_reset; /* if != 0, reset ports during init */
Note: See TracChangeset for help on using the changeset viewer.