30 lines
764 B
C
30 lines
764 B
C
// +FHDR------------------------------------------------------------
|
|
// Copyright (c) 2022 SmartLogic.
|
|
// ALL RIGHTS RESERVED
|
|
// -----------------------------------------------------------------
|
|
// Filename : ucp_fh_test.h
|
|
// Author : xianfeng.du
|
|
// Created On : 2022-10-20
|
|
// Last Modified :
|
|
// -----------------------------------------------------------------
|
|
// Description:
|
|
//
|
|
//
|
|
// -FHDR------------------------------------------------------------
|
|
|
|
|
|
#ifndef __UCP_FH_TESTCASE_H__
|
|
#define __UCP_FH_TESTCASE_H__
|
|
|
|
#include "typedef.h"
|
|
#include "cpri_test.h"
|
|
#include "ecpri_test.h"
|
|
#include "jesd_test.h"
|
|
|
|
void fh_test_init(void);
|
|
void check_test_outcome(uint32_t cnt);
|
|
|
|
|
|
#endif
|
|
|