[USBEHCI_NEW]
[reactos.git] / drivers / usb / usbehci_new / purecall.cpp
1 /*
2 * PROJECT: ReactOS Universal Serial Bus Bulk Enhanced Host Controller Interface
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: drivers/usb/usbehci_new/purecall.cpp
5 * PURPOSE: USB EHCI device driver.
6 * PROGRAMMERS:
7 * Michael Martin (michael.martin@reactos.org)
8 * Johannes Anderwald (johannes.anderwald@reactos.org)
9 */
10
11 #include "usbehci.h"
12
13
14 extern "C" {
15 void
16 __cxa_pure_virtual()
17 {
18 // put error handling here
19
20 DbgBreakPoint();
21
22 }
23 }
24