]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/l4con/server/src/con_hw/vmware.h
Inital import
[l4.git] / l4 / pkg / l4con / server / src / con_hw / vmware.h
1 /*!
2  * \file        vmware.h
3  * \brief       VMware driver
4  *
5  * \date        07/2002
6  * \author      Frank Mehnert <fm3@os.inf.tu-dresden.de> */
7 /*
8  * (c) 2002-2009 Technische Universität Dresden
9  * This file is part of TUD:OS and distributed under the terms of the
10  * GNU General Public License 2.
11  * Please see the COPYING-GPL-2 file for details.
12  */
13
14 #ifndef __VMWARE_H_
15 #define __VMWARE_H_
16
17 void vmware_register(void);
18
19 #endif
20