include: add macros to properly declare assembly functions/data
[hvf.git] / cp / include / magic.h
blob073c9a4ca91fcc6690d4d41d10d8242c5c2b09ab
1 /*
2 * (C) Copyright 2007-2010 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
4 * This file is released under the GPLv2. See the COPYING file for more
5 * details.
6 */
8 #ifndef __MAGIC_H
9 #define __MAGIC_H
11 #define MAGIC_PSW_IDLE_CODE 0x1D1E
13 #define SLAB_MAGIC 0xe2d3c1c2
14 #define SLAB_CONT_MAGIC 0xe2d3c1c3
16 #endif