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/ctxhook.c

    r204 r205  
    1 /******************************************************************************
     1/**
    22 * ctxhook.c - context hooks (kernel thread functions) for os2ahci
    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
     
    2929#include "ata.h"
    3030#include "atapi.h"
    31 
    32 /* -------------------------- macros and constants ------------------------- */
    33 
    34 /* ------------------------ typedefs and structures ------------------------ */
    35 
    36 /* -------------------------- function prototypes -------------------------- */
    37 
    38 /* ------------------------ global/static variables ------------------------ */
    3931
    4032/* port restart context hook and input data */
     
    5042/* trigger engine context hook and input data */
    5143ULONG           engine_ctxhook_h;
    52 
    53 /* ----------------------------- start of code ----------------------------- */
    5444
    5545/******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.