Files
eb001/tb/sw/src/halfLvdsMacSvr.h

10 lines
129 B
C
Raw Normal View History

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