21 lines
308 B
C
21 lines
308 B
C
#ifndef __MAX5136_H__
|
|
#define __MAX5136_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "app_config.h"
|
|
#include "elite_board.h"
|
|
#include "dac_drv_if.h"
|
|
|
|
#if (DEF_MAX5136_ENABLED)
|
|
extern dac_drv_if_t max5136;
|
|
#endif /* ! DEF_MAX5316_ENABLED */
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* ! __MAX5136_H__ */
|