Skip to content

Commit 13c8cc7

Browse files
committed
merged coresysservices-pf reference 2.2.14.
2 parents 15f5fb7 + c51885d commit 13c8cc7

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

drivers/fpga_ip/CoreSysServices_PF/core_sysservices_pf.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
/*******************************************************************************
2-
* (c) Copyright 2019-2021 Microchip SoC Products Group. All rights reserved.
2+
* (c) Copyright 2019-2021 Microchip FPGA Embedded Systems Solutions.
33
*
44
* PF_System_Services driver implementation. See file "core_syservices_pf.h" for
55
* description of the functions implemented in this file.
66
*
77
*/
88
#include "hal/hal.h"
9-
#include "coresysservicespf_regs.h"
109
#include "core_sysservices_pf.h"
11-
#include "hal/hal_assert.h"
10+
#include "coresysservicespf_regs.h"
1211

1312
#ifdef __cplusplus
1413
extern "C" {

drivers/fpga_ip/CoreSysServices_PF/core_sysservices_pf.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@
133133
#ifndef __CORE_SYSSERV_PF_H
134134
#define __CORE_SYSSERV_PF_H 1
135135

136-
#include "hal/cpu_types.h"
137-
138136
#ifdef __cplusplus
139137
extern "C" {
140138
#endif

drivers/fpga_ip/CoreSysServices_PF/coresysservicespf_regs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* (c) Copyright 2019-2021 Microchip SoC Products Group. All rights reserved.
2+
* (c) Copyright 2019-2021 Microchip FPGA Embedded Systems Solutions.
33
*
44
* Register bit offsets and masks definitions for CoreSysServices_PF driver.
55
*/

0 commit comments

Comments
 (0)