?? config.h
字號:
/* Copyright 1998, ESS Technology, Inc. *//* SCCSID @(#)config.h 1.14 10/19/98 *//* * $Log$ */#ifndef _CONFIG_H_#define _CONFIG_H_#ifdef BD_DAYTONA#include "daytona.cfg"#endif#ifdef BD_DAYTONA2#include "daytona2.cfg"#endif#ifdef BD_DIABLO3#include "diablo3.cfg"#endif#if (BD_DVD3B || BD_DVD1)#include "dvd.cfg"#endif#ifdef BD_ES3207VA#include "es3207va.cfg"#endif#ifdef BD_STANFORD02#include "stan02.cfg"#endif#ifdef BD_SUBMARINER#include "submarin.cfg"#endif#ifdef BD_WEBVCDA1#include "webvcda1.cfg"#endif#if (BD_DEFACTO || BD_3210REVC)#include "defacto.cfg"#endif#ifdef BD_P315#include "eb_p315.cfg"#endif#ifdef BD_P315A#include "eb_p315a.cfg"#endif#ifdef BD_EB8X#include "eb_8x.cfg"#endif#ifdef BD_EB8XA#include "eb_8xa.cfg"#endif#ifdef BD_DVC90#include "dvc90.cfg"#endif#if (BD_TVM || BD_TVM5)#include "tvm.cfg"#endif/* * We'll get rid of the following #if when all configuration files * are established. */#if (BD_DAYTONA || BD_DAYTONA2 || BD_ES3207VA || BD_SUBMARINER || BD_WEBVCDA1 || BD_DEFACTO || BD_3210REVC)/* * Some of the pins are unique to a small number of boards. For other * configurations, we'll just define them the empty in order to keep * preprocessor/compiler happy. */#ifndef DSA_FREE_CD#define DSA_FREE_CD#endif#ifndef DSA_RESET_CD#define DSA_RESET_CD#endif#ifndef SERVO_FREE_OPEN#define SERVO_FREE_OPEN#endif#endif /* #if (BD_DAYTONA || BD_ES3207VA || BD_WEBVCDA1 || BD_DEFACTO) */#endif /* _CONFIG_H_ */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -