dispatch_loop.c

来自「ixp2400的一个小程序」· C语言 代码 · 共 25 行

C
25
字号
//  Copyright (C) 2002-2003 Intel Corporation, All Rights Reserved.
//  Permission is hereby granted to merge this program code with 
//  other program material to create a derivative work.  This 
//  derivative work may be distributed in compiled object form only.
//  Any other publication of this program, in any form, without the 
//  explicit permission of the copyright holder is prohibited.
//
//  Send questions and comments to erik.j.johnson@intel.com, 
//  aaron.kunze@intel.com

/////////////////////////////////////////////////////////////////////////////
//	dispatch_loop.uc - Includes the appropriate microcode files
//    needed by the dispatch loop
/////////////////////////////////////////////////////////////////////////////

#ifndef DISPATCH_LOOP_UC
#define DISPATCH_LOOP_UC

#include <dl_buf.uc>
#include <dl_source.uc>
#include <dl_meta.uc>
#include <dl_misc.uc>

#endif	// DISPATCH_LOOP_UC

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?