| Last change
 on this file since 2965 was             2799, checked in by bird, 26 years ago | 
        
          | 
IOCtl exported services.k32AllocMemEx.
 
 | 
        
          | File size:
            1.2 KB | 
      
      
| Line |  | 
|---|
| 1 | /* $Id: d32ElfIOCtl.c,v 1.1 2000-02-15 23:39:18 bird Exp $ | 
|---|
| 2 | * | 
|---|
| 3 | * Elf driver IOCtl handler function. | 
|---|
| 4 | * | 
|---|
| 5 | * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no) | 
|---|
| 6 | * | 
|---|
| 7 | * Project Odin Software License can be found in LICENSE.TXT | 
|---|
| 8 | * | 
|---|
| 9 | */ | 
|---|
| 10 | /******************************************************************************* | 
|---|
| 11 | *   Defined Constants And Macros                                               * | 
|---|
| 12 | *******************************************************************************/ | 
|---|
| 13 | #define INCL_DOSERRORS | 
|---|
| 14 | #define INCL_NOPMAPI | 
|---|
| 15 |  | 
|---|
| 16 |  | 
|---|
| 17 | /******************************************************************************* | 
|---|
| 18 | *   Header Files                                                               * | 
|---|
| 19 | *******************************************************************************/ | 
|---|
| 20 | #include <os2.h> | 
|---|
| 21 |  | 
|---|
| 22 | #include "dev1632.h" | 
|---|
| 23 | #include "dev32.h" | 
|---|
| 24 |  | 
|---|
| 25 |  | 
|---|
| 26 |  | 
|---|
| 27 | /** | 
|---|
| 28 | * IOCtl handler for the ELF part of the driver. | 
|---|
| 29 | * @returns   Gen IOCtl return code. | 
|---|
| 30 | * @param     pRpIOCtl  Pointer to 32-bit request packet. (not to the original packet) | 
|---|
| 31 | * @sketch | 
|---|
| 32 | * @status    stub. | 
|---|
| 33 | * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no) | 
|---|
| 34 | */ | 
|---|
| 35 | USHORT _loadds _Far32 _Pascal ElfIOCtl(PRP32GENIOCTL pRpIOCtl) | 
|---|
| 36 | { | 
|---|
| 37 | pRpIOCtl = pRpIOCtl; | 
|---|
| 38 | return STATUS_DONE | STERR | ERROR_I24_INVALID_PARAMETER; | 
|---|
| 39 | } | 
|---|
| 40 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.