[go: up one dir, main page]

Menu

[897c37]: / lpvm / magic.h  Maximize  Restore  History

Download this file

29 lines (21 with data), 477 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
** $Id: magic.h,v 1.3 2008/12/18 04:03:43 dredd Exp $
**
** $Source: /cvsroot/swlpc/swlpc/lpvm/magic.h,v $
** $Revision: 1.3 $
** $Date: 2008/12/18 04:03:43 $
** $State: Exp $
**
** Authors: Mike McGaughey & Geoff Wong, 1993-1999
** geoff.wong@gmail.com
**
** See the file "Copying" distributed with this file.
*/
#ifndef _MAGIC_H
#define _MAGIC_H
// #define SHMAGIC
#define SMAGIC1 0xFEC3
#define SMAGIC2 0xAF09
#define OMAGIC1 0xEFC7
#define OMAGIC2 0xBEF5
#endif