sonarlint related changes

This commit is contained in:
Jasmine Iwanek
2023-06-24 08:55:42 -04:00
parent 552554de2f
commit db3f1cce7c
24 changed files with 1187 additions and 875 deletions

View File

@@ -24,7 +24,8 @@ extern "C" {
typedef struct
{
uint16_t io_base;
int channel, enable;
int channel;
int enable;
} ddma_channel_t;
typedef struct

View File

@@ -11,8 +11,10 @@
*
*
* Authors: Tiseno100,
* Jasmine Iwanek, <jriwanek@gmail.com>
*
* Copyright 2022 Tiseno100.
* Copyright 2022 Tiseno100.
* Copyright 2022-2023 Jasmine Iwanek.
*/
#ifndef EMU_INTEL_ICH2_GPIO_H

View File

@@ -11,8 +11,10 @@
*
*
* Authors: Tiseno100,
* Jasmine Iwanek, <jriwanek@gmail.com>
*
* Copyright 2022 Tiseno100.
* Copyright 2022 Tiseno100.
* Copyright 2022-2023 Jasmine Iwanek.
*/
#ifndef EMU_INTEL_ICH2_TRAP_H

View File

@@ -11,8 +11,10 @@
*
*
* Authors: Tiseno100,
* Jasmine Iwanek, <jriwanek@gmail.com>
*
* Copyright 2022 Tiseno100.
* Copyright 2022 Tiseno100.
* Copyright 2022-2023 Jasmine Iwanek.
*/
#ifndef EMU_NSC_366_H
@@ -22,8 +24,7 @@
extern "C" {
#endif
typedef struct
{
typedef struct {
hwm_values_t *values;
uint8_t fscm_enable;

View File

@@ -11,8 +11,10 @@
*
*
* Authors: Tiseno100,
* Jasmine Iwanek, <jriwanek@gmail.com>
*
* Copyright 2022 Tiseno100.
* Copyright 2022 Tiseno100.
* Copyright 2022-2023 Jasmine Iwanek.
*
*/

View File

@@ -11,8 +11,10 @@
*
*
* Authors: Tiseno100,
* Jasmine Iwanek, <jriwanek@gmail.com>
*
* Copyright 2022 Tiseno100.
* Copyright 2022 Tiseno100.
* Copyright 2022-2023 Jasmine Iwanek.
*/
#ifndef EMU_TCO_H