Files
eb001/tb/sw/src/halfLvdsMacSvr.h
2025-02-12 19:41:33 +08:00

10 lines
129 B
C

#ifndef __HALF_LVDS_MAC_SVR_H__
#define __HALF_LVDS_MAC_SVR_H__
#include "stdint.h"
uint32_t HLM_poll(uint32_t mode);
#endif