source: trunk/src/win32k/include/elf.h@ 2013

Last change on this file since 2013 was 1678, checked in by bird, 26 years ago

Some bugsfixes - Yield is disabled.
Added parameters.
Correcte moduleheaders.
Introduced a new base class for virtual lx modules + some elf sketches.

File size: 333 bytes
Line 
1/* $Id: elf.h,v 1.2 1999-11-10 01:45:32 bird Exp $
2 *
3 * ELF stuff.
4 *
5 * Copyright (c) 1999 knut st. osmundsen
6 *
7 * Project Odin Software License can be found in LICENSE.TXT
8 *
9 */
10
11
12#ifndef _elf_h_
13#define _elf_h_
14
15#define ELFMAG0 0x7f
16#define ELFMAG1 'E'
17#define ELFMAG2 'L'
18#define ELFMAG3 'F'
19
20#endif //_elf_h_
Note: See TracBrowser for help on using the repository browser.