⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dispatch_loop.c

📁 ixp2400的一个小程序
💻 C
字号:
//  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -