mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[USBOHCI_NEW] Add license headers.
This commit is contained in:
parent
7554829576
commit
855df84fb2
5 changed files with 35 additions and 0 deletions
|
@ -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__
|
||||
|
||||
|
|
Loading…
Reference in a new issue