Changeset 29523 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 17, 2010 10:15:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Builtins2.h
r28800 r29523 1 1 /* $Id$ */ 2 2 /** @file 3 * Built-in drivers & devices (part 2)header.3 * Built-in drivers & devices part 2 header. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006-20 07Oracle Corporation7 * Copyright (C) 2006-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 44 44 extern const PDMDEVREG g_DeviceAPIC; 45 45 extern const PDMDEVREG g_DeviceIOAPIC; 46 #ifdef VBOX_WITH_SMC 47 extern const PDMDEVREG g_DeviceSMC; 48 #endif 49 #ifdef VBOX_WITH_LPC 50 extern const PDMDEVREG g_DeviceLPC; 51 #endif 46 52 47 53 RT_C_DECLS_END
Note:
See TracChangeset
for help on using the changeset viewer.