You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef LOGIC_IO_DEFINE_H
|
|
#define LOGIC_IO_DEFINE_H
|
|
#include "macro_def.h"
|
|
|
|
#ifdef __IO_FULL_CUT__
|
|
#include "logic_io_define_lowk.h"
|
|
#endif
|
|
|
|
#ifdef __IO_214LOWK_CUT__
|
|
#include "logic_io_define_214.h"
|
|
#endif
|
|
|
|
#endif //LOGIC_IO_DEFINE_H
|