mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 14:02:03 +00:00
[USBUHCI_NEW] Add license headers.
This commit is contained in:
parent
855df84fb2
commit
e400519cb5
5 changed files with 35 additions and 0 deletions
|
@ -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__
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue