blob: 262e0929992f854c739cbfc740986dffe1b300cf [file] [log] [blame]
#ifndef __DXS_BBD_H__
#define __DXS_BBD_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_bbd.h
BBD functions declarations.
*/
/* ========================================================================== */
/* Includes */
/* ========================================================================== */
/* ========================================================================== */
/* Macro definitions */
/* ========================================================================== */
/* ========================================================================== */
/* Type definitions */
/* ========================================================================== */
/* ========================================================================== */
/* Function prototypes */
/* ========================================================================== */
extern int32_t dxs_bbd_download(DXS_CHANNEL_t *pCh,
uint8_t *pBbd, uint32_t nBytes);
#endif /* __DXS_BBD_H__ */