Ignore:
Timestamp:
Dec 8, 2016, 8:59:33 PM (9 years ago)
Author:
David Azarewicz
Message:

Add some missing files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/include/ahci-idc.h

    r133 r179  
    44 * Copyright (c) 2011 thi.guten Software Development
    55 * Copyright (c) 2011 Mensys B.V.
     6 * Copyright (c) 2013-2016 David Azarewicz
    67 *
    78 * Authors: Christian Mueller, Markus Thielen
     
    4546
    4647/* AHCI_IDC_ENTRY defines a function pointer to the OS2AHCI IDC entry point */
    47 typedef void (_cdecl _far *PFN_AHCI_IDC_ENTRY) (unsigned short real_ds,
    48                                                 RP_GENIOCTL _far *ioctl);
     48typedef void (_cdecl *PFN_AHCI_IDC_ENTRY) (unsigned short real_ds, REQPACKET *ioctl);
    4949
    5050#pragma pack(1)
     
    5454 * to attach to os2ahci.add using DevHelp_AttachDD
    5555 */
    56 typedef struct {
     56typedef struct
     57{
    5758  PFN_AHCI_IDC_ENTRY  real_entry_point;   /* real mode entry point address */
    5859  unsigned short      real_ds;            /* real mode DS */
     
    6061  PFN_AHCI_IDC_ENTRY  prot_entry_point;   /* protected mode entry point address */
    6162  unsigned short      prot_ds;            /* protected mode DS */
    62   } AHCI_ATTACH_AREA;
     63} AHCI_ATTACH_AREA;
    6364
    6465#pragma pack()
Note: See TracChangeset for help on using the changeset viewer.