24 lines
642 B
C
24 lines
642 B
C
![]() |
// +FHDR------------------------------------------------------------
|
||
|
// Copyright (c) 2022 SmartLogic.
|
||
|
// ALL RIGHTS RESERVED
|
||
|
// -----------------------------------------------------------------
|
||
|
// Filename : ucp_port.h
|
||
|
// Author :
|
||
|
// Created On : 2022-08-22
|
||
|
// Last Modified :
|
||
|
// -----------------------------------------------------------------
|
||
|
// Description:
|
||
|
//
|
||
|
//
|
||
|
// -FHDR------------------------------------------------------------
|
||
|
|
||
|
#ifndef __UCP_PORT_H__
|
||
|
#define __UCP_PORT_H__
|
||
|
|
||
|
#include <typedef.h>
|
||
|
|
||
|
uint8_t get_ucp_port_id();
|
||
|
|
||
|
#endif /* __UCP_PORT_H__ */
|
||
|
|