]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/l4con/server/src/con_hw/vmware.h
Some minor fixes.
[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 Author(s)
9  *     economic rights: Technische Universität Dresden (Germany)
10  *
11  * This file is part of TUD:OS and distributed under the terms of the
12  * GNU General Public License 2.
13  * Please see the COPYING-GPL-2 file for details.
14  */
15
16 #ifndef __VMWARE_H_
17 #define __VMWARE_H_
18
19 void vmware_register(void);
20
21 #endif
22