Changeset 205 for trunk/src/os2ahci/ahci.h
- Timestamp:
- Jan 2, 2021, 1:06:02 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ahci.h
r196 r205 1 /** ****************************************************************************1 /** 2 2 * ahci.h - AHCI-specific constants for os2ahci.h 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 … … 26 26 */ 27 27 28 /* ----------------------------- include files ----------------------------- */29 30 /* -------------------------- macros and constants ------------------------- */31 28 32 29 /****************************************************************************** … … 251 248 #define EM_CTL_ALHD (1UL << 26) /* Activity LED */ 252 249 253 /* ------------------------ typedefs and structures ------------------------ */254 255 250 /* Primitive types 256 251 *
Note:
See TracChangeset
for help on using the changeset viewer.