blob: a8f2022efd861f941b57cba025aaf138a86a0d88 [file] [log] [blame]
#ifndef __DXS_OUTBOX_H__
#define __DXS_OUTBOX_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_outbox.h
Miscellaneous functions declarations.
*/
/* ========================================================================== */
/* Includes */
/* ========================================================================== */
/* ========================================================================== */
/* Macro definitions */
/* ========================================================================== */
/* ========================================================================== */
/* Type definitions */
/* ========================================================================== */
/* ========================================================================== */
/* Function prototypes */
/* ========================================================================== */
extern int32_t dxs_outbox_handler_exit(DXS_DEVICE_t *pDev);
extern void dxs_outbox_handler_enable(DXS_DEVICE_t *pDev);
extern int32_t dxs_outbox_handler_init(DXS_DEVICE_t *pDev);
#endif /* __DXS_OUTBOX_H__ */