10 lines
129 B
C
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
|
||
|
|
|