| #ifndef __DXS_POLLINT_H__ |
| #define __DXS_POLLINT_H__ |
| /****************************************************************************** |
| |
| Copyright (c) 2006-2015 Lantiq Deutschland GmbH |
| Copyright (c) 2015 Lantiq Beteiligungs-GmbH & Co.KG |
| Copyright 2018, Intel Corporation. |
| |
| For licensing information, see the file 'LICENSE' in the root folder of |
| this software module. |
| |
| ******************************************************************************/ |
| |
| /** |
| \file dxs_pollint.h |
| */ |
| |
| /* ========================================================================== */ |
| /* Includes */ |
| /* ========================================================================== */ |
| |
| /* ========================================================================== */ |
| /* Macro definitions */ |
| /* ========================================================================== */ |
| |
| /* ========================================================================== */ |
| /* Type definitions */ |
| /* ========================================================================== */ |
| |
| /* ========================================================================== */ |
| /* Function prototypes */ |
| /* ========================================================================== */ |
| |
| extern int32_t dxs_interrupt_init (DXS_DEVICE_t *pDev); |
| extern int32_t dxs_interrupt_exit (void); |
| extern void dxs_polling_timer_stop(void); |
| extern void dxs_polling_timer_start(void); |
| #endif /* __DXS_POLLINT_H__ */ |