1/*
2 * Copyright 1999, Be Incorporated.
3 * Copyright 2007, Haiku.
4 * Distributed under the terms of the MIT License.
5 *
6 * Authors:
7 *		Be Incorporated
8 *		Eric Petit <eric.petit@lapsus.org>
9 */
10
11#include "GlobalData.h"
12
13int				gFd;
14SharedInfo		* gSi;
15area_id			gSharedArea;
16int				gAccelerantIsClone;
17thread_id		gUpdateThread = B_ERROR;
18volatile int	gUpdateThreadDie;
19