include public target mode functions
This commit is contained in:
parent
915d501bd7
commit
d38e10d63f
@ -39,18 +39,21 @@
|
|||||||
#include <dev/ic/ispmbox.h>
|
#include <dev/ic/ispmbox.h>
|
||||||
#ifdef ISP_TARGET_MODE
|
#ifdef ISP_TARGET_MODE
|
||||||
#include <dev/ic/isp_target.h>
|
#include <dev/ic/isp_target.h>
|
||||||
|
#include <dev/ic/isp_tpublic.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef __FreeBSD__
|
#ifdef __FreeBSD__
|
||||||
#include <dev/isp/ispmbox.h>
|
#include <dev/isp/ispmbox.h>
|
||||||
#ifdef ISP_TARGET_MODE
|
#ifdef ISP_TARGET_MODE
|
||||||
#include <dev/isp/isp_target.h>
|
#include <dev/isp/isp_target.h>
|
||||||
|
#include <dev/isp/isp_tpublic.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
#include "ispmbox.h"
|
#include "ispmbox.h"
|
||||||
#ifdef ISP_TARGET_MODE
|
#ifdef ISP_TARGET_MODE
|
||||||
#include "isp_target.h"
|
#include "isp_target.h"
|
||||||
|
#include "isp_tpublic.h"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user