Statistics
| Branch: | Revision:

root / hw / baum.h @ 39ac8455

History | View | Annotate | Download (1.2 kB)

1 2e4d9fb1 aurel32
/*
2 2e4d9fb1 aurel32
 * QEMU Baum
3 2e4d9fb1 aurel32
 *
4 2e4d9fb1 aurel32
 * Copyright (c) 2008 Samuel Thibault
5 2e4d9fb1 aurel32
 *
6 2e4d9fb1 aurel32
 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 2e4d9fb1 aurel32
 * of this software and associated documentation files (the "Software"), to deal
8 2e4d9fb1 aurel32
 * in the Software without restriction, including without limitation the rights
9 2e4d9fb1 aurel32
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 2e4d9fb1 aurel32
 * copies of the Software, and to permit persons to whom the Software is
11 2e4d9fb1 aurel32
 * furnished to do so, subject to the following conditions:
12 2e4d9fb1 aurel32
 *
13 2e4d9fb1 aurel32
 * The above copyright notice and this permission notice shall be included in
14 2e4d9fb1 aurel32
 * all copies or substantial portions of the Software.
15 2e4d9fb1 aurel32
 *
16 2e4d9fb1 aurel32
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 2e4d9fb1 aurel32
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 2e4d9fb1 aurel32
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 2e4d9fb1 aurel32
 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 2e4d9fb1 aurel32
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 2e4d9fb1 aurel32
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 2e4d9fb1 aurel32
 * THE SOFTWARE.
23 2e4d9fb1 aurel32
 */
24 2e4d9fb1 aurel32
25 2e4d9fb1 aurel32
/* char device */
26 dc1c21e6 Gerd Hoffmann
CharDriverState *chr_baum_init(QemuOpts *opts);