You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
681 B

//-----------------------------------------------------------------------------
// COPYRIGHT (C) 2020 CHIPS&MEDIA INC. ALL RIGHTS RESERVED
//
// This file is distributed under BSD 3 clause and LGPL2.1 (dual license)
// SPDX License Identifier: BSD-3-Clause
// SPDX License Identifier: LGPL-2.1-only
//
// The entire notice above must be reproduced on all authorized copies.
//
// Description :
//-----------------------------------------------------------------------------
#ifndef _VDI_DEBUG_H_
#define _VDI_DEBUG_H_
#include "vputypes.h"
#include "vpuconfig.h"
void vdi_log(unsigned long coreIdx, unsigned long instIdx, int cmd, int step);
#endif //#ifndef _VDI_DEBUG_H_