Changeset 205 for trunk/src/os2ahci/ctxhook.c
- Timestamp:
- Jan 2, 2021, 1:06:02 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ctxhook.c
r204 r205 1 /** ****************************************************************************1 /** 2 2 * ctxhook.c - context hooks (kernel thread functions) for os2ahci 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 … … 29 29 #include "ata.h" 30 30 #include "atapi.h" 31 32 /* -------------------------- macros and constants ------------------------- */33 34 /* ------------------------ typedefs and structures ------------------------ */35 36 /* -------------------------- function prototypes -------------------------- */37 38 /* ------------------------ global/static variables ------------------------ */39 31 40 32 /* port restart context hook and input data */ … … 50 42 /* trigger engine context hook and input data */ 51 43 ULONG engine_ctxhook_h; 52 53 /* ----------------------------- start of code ----------------------------- */54 44 55 45 /******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.