代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
ppp_control.cxx
#include "ppp_control.h"
int start_ppp()
{
return 0;
}
int stop_ppp()
{
return 0;
}
ppp_control.h
#ifndef _PPP_CONTROL_H_
#define _PPP_CONTROL_H_
int start_ppp();
int stop_ppp();
#endif
control_fsm_.vhd
-------------------------------------------------------------------------------
-- --
-- X X XXXXXX XXXXXX
control_mem_.vhd
-------------------------------------------------------------------------------
-- --
-- X X XXXXXX XXXXXX
comm_control.h
#if !defined (COMM_CONTROL_H_INCLUDED)
#define COMM_CONTROL_H_INCLUDED
// Only needed for versions prior to Visual C++ 6.0
#if _MSC_VER < 1200
//-----------------------------------------------