11 lines
239 B
C
11 lines
239 B
C
//#ifndef REMOVE_MC_TEST
|
|
#ifndef CHANNELESTIMPL_H_
|
|
#define CHANNELESTIMPL_H_
|
|
#include "ucps2.h"
|
|
#include <ChannelEst.h>
|
|
#include "stdio.h"
|
|
|
|
void ChannelEstImpl(int *ConfigAddr, int *InAddr1, int *InAddr2, int *OutAddr);
|
|
|
|
#endif //DEBUG_MC
|