Changeset 205 for trunk/src/os2ahci/os2ahci.h
- Timestamp:
- Jan 2, 2021, 1:06:02 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.h
r202 r205 1 /** ****************************************************************************1 /** 2 2 * os2ahci.h - main header file for os2ahci driver 3 3 * 4 4 * Copyright (c) 2011 thi.guten Software Development 5 5 * Copyright (c) 2011 Mensys B.V. 6 * Copyright (c) 2013-20 18 David Azarewicz6 * Copyright (c) 2013-2021 David Azarewicz <david@88watts.net> 7 7 * 8 8 * Authors: Christian Mueller, Markus Thielen … … 25 25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 26 */ 27 28 /* ----------------------------- include files ----------------------------- */29 27 30 28 /* IMPORTANT NOTE: The DDK headers require tight structure packing and this … … 48 46 #include "ahci.h" 49 47 #include "ahci-idc.h" 50 51 /* -------------------------- macros and constants ------------------------- */52 48 53 49 #define MAX_AD 8 /* maximum number of adapters */ … … 358 354 /* These are the four entries which correspond to the entries in the partition table. */ 359 355 } DLA_Table_Sector, *PDLA_Table_Sector; 360 361 /* -------------------------- function prototypes -------------------------- */362 356 363 357 static inline unsigned long readl(void *a) … … 473 467 474 468 475 /* ---------------------------- global variables --------------------------- */476 477 469 extern int thorough_scan; /* if != 0, perform thorough PCI scan */ 478 470 extern int init_reset; /* if != 0, reset ports during init */
Note:
See TracChangeset
for help on using the changeset viewer.