Skip to content

Commit

Permalink
merged coresysservices-pf reference 2.2.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
con-pax committed Aug 27, 2021
2 parents 15f5fb7 + c51885d commit 13c8cc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions drivers/fpga_ip/CoreSysServices_PF/core_sysservices_pf.c
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
/*******************************************************************************
* (c) Copyright 2019-2021 Microchip SoC Products Group. All rights reserved.
* (c) Copyright 2019-2021 Microchip FPGA Embedded Systems Solutions.
*
* PF_System_Services driver implementation. See file "core_syservices_pf.h" for
* description of the functions implemented in this file.
*
*/
#include "hal/hal.h"
#include "coresysservicespf_regs.h"
#include "core_sysservices_pf.h"
#include "hal/hal_assert.h"
#include "coresysservicespf_regs.h"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 0 additions & 2 deletions drivers/fpga_ip/CoreSysServices_PF/core_sysservices_pf.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@
#ifndef __CORE_SYSSERV_PF_H
#define __CORE_SYSSERV_PF_H 1

#include "hal/cpu_types.h"

#ifdef __cplusplus
extern "C" {
#endif
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* (c) Copyright 2019-2021 Microchip SoC Products Group. All rights reserved.
* (c) Copyright 2019-2021 Microchip FPGA Embedded Systems Solutions.
*
* Register bit offsets and masks definitions for CoreSysServices_PF driver.
*/
Expand Down

0 comments on commit 13c8cc7

Please sign in to comment.