mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[USBUHCI_NEW] Add license headers.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB UHCI Miniport Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBUHCI debugging declarations
|
||||
* COPYRIGHT: Copyright 2017-2018 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#ifndef DBG_UHCI_H__
|
||||
#define DBG_UHCI_H__
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB UHCI Miniport Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBUHCI hardware declarations
|
||||
* COPYRIGHT: Copyright 2017-2018 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#define UHCI_FRAME_LIST_MAX_ENTRIES 1024 // Number of frames in Frame List
|
||||
#define UHCI_NUM_ROOT_HUB_PORTS 2
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB UHCI Miniport Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBUHCI root hub functions
|
||||
* COPYRIGHT: Copyright 2017-2018 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#include "usbuhci.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB UHCI Miniport Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBUHCI main driver functions
|
||||
* COPYRIGHT: Copyright 2017-2018 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#include "usbuhci.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB UHCI Miniport Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBUHCI declarations
|
||||
* COPYRIGHT: Copyright 2017-2018 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#ifndef USBUHCI_H__
|
||||
#define USBUHCI_H__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user