mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
[USBOHCI_NEW] Add license headers.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB OHCI Miniport Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBOHCI debugging declarations
|
||||
* COPYRIGHT: Copyright 2017-2018 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#ifndef DBG_OHCI_H__
|
||||
#define DBG_OHCI_H__
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB OHCI Miniport Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBOHCI hardware declarations
|
||||
* COPYRIGHT: Copyright 2017-2018 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#define OHCI_NUMBER_OF_INTERRUPTS 32
|
||||
#define OHCI_MAX_PORT_COUNT 15
|
||||
#define ED_EOF -1
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB OHCI Miniport Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBOHCI root hub functions
|
||||
* COPYRIGHT: Copyright 2017-2018 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#include "usbohci.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB OHCI Miniport Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBOHCI main driver functions
|
||||
* COPYRIGHT: Copyright 2017-2018 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#include "usbohci.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB OHCI Miniport Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBOHCI declarations
|
||||
* COPYRIGHT: Copyright 2017-2018 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#ifndef USBOHCI_H__
|
||||
#define USBOHCI_H__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user