Ignore:
Timestamp:
Dec 16, 2002, 3:25:07 AM (23 years ago)
Author:
bird
Message:

Cleanup/Backup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/kKrnlLib/include/dev16.h

    r7400 r9514  
    1 /* $Id: dev16.h,v 1.4 2001-11-20 03:43:51 bird Exp $
    2  * dev16 - 16-bit specific. Should not be used in 32-bit C/C++.
     1/* $Id: dev16.h,v 1.5 2002-12-16 02:25:06 bird Exp $
    32 *
    4  * Copyright (c) 1999 knut st. osmundsen
     3 * 16 bit device stuff.
    54 *
    6  * Project Odin Software License can be found in LICENSE.TXT
     5 * Copyright (c) 2002 knut st. osmundsen <bird@anduin.net>
     6 *
     7 *
     8 * This file is part of kKrnlLib.
     9 *
     10 * kKrnlLib is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * kKrnlLib is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with kKrnlLib; if not, write to the Free Software
     22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    723 *
    824 */
     25
    926#ifndef _d16_h_
    1027#define _d16_h_
     
    104121extern DDHDR    aDevHdrs[2];
    105122extern PFN      Device_Help;
    106 extern ULONG    TKSSBase16;
     123extern ULONG    pulTKSSBase32;
    107124extern USHORT   R0FlatCS16;
    108125extern USHORT   R0FlatDS16;
     
    127144extern char PASCAL DATA16_BSSSTART  ;
    128145extern char PASCAL DATA16_CONSTSTART;
    129 extern char PASCAL DATA16_INITSTART      ;
    130 extern char PASCAL DATA16_INIT_BSSSTART  ;
    131 extern char PASCAL DATA16_INIT_CONSTSTART;
    132146extern char PASCAL CODE16START      ;
    133 extern char PASCAL CODE16_INITSTART      ;
    134147extern char PASCAL CODE32START      ;
    135148extern char PASCAL DATA32START      ;
     
    143156extern char PASCAL DATA16_BSSEND  ;
    144157extern char PASCAL DATA16_CONSTEND;
    145 extern char PASCAL DATA16_INITEND      ;
    146 extern char PASCAL DATA16_INIT_BSSEND  ;
    147 extern char PASCAL DATA16_INIT_CONSTEND;
     158extern char PASCAL DATA16_ENDEND      ;
    148159extern char PASCAL CODE16END      ;
    149 extern char PASCAL CODE16_INITEND      ;
     160extern char PASCAL CODE16_ENDEND      ;
    150161extern char PASCAL CODE32END      ;
    151162extern char PASCAL DATA32END      ;
     
    156167
    157168
    158 
    159169#endif
Note: See TracChangeset for help on using the changeset viewer.