mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-01-04 13:17:49 -05:00
Update EVGA V2 GPU controller files to new standardized header comment
This commit is contained in:
@@ -1,12 +1,23 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| EVGATuringGPUControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for EVGA V2 (Turing) GPU |
|
||||
| |
|
||||
| TheRogueZeta 15 Apr 2021 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <vector>
|
||||
#include "Detector.h"
|
||||
#include "EVGAGPUv2Controller.h"
|
||||
#include "RGBController.h"
|
||||
#include "RGBController_EVGAGPUv2.h"
|
||||
#include "i2c_smbus.h"
|
||||
#include "pci_ids.h"
|
||||
#include <vector>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/******************************************************************************************\
|
||||
* *
|
||||
|
||||
Reference in New Issue
Block a user