代码搜索:Include
找到约 10,000 项符合「Include」的源代码
代码结果 10,000
www.eeworm.com/read/177860/9430199
h includes.h
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/177401/9456717
makefile
EXEC =spi
OBJS =spi.o
SRC =spi.c
INCLUDE = /usr/src/uClinux-dist/linux-2.4.x/include
CC = arm-elf-gcc
LD = arm-elf-ld
MODCFLAGS = -D__KERNEL__ -I$(INCLUDE) -Wall -O2 -fno-strict-aliasing -fno
www.eeworm.com/read/176173/9513100
h init.h
#ifndef INCLUDE_INIT_H
#define INCLUDE_INIT_H
//#include "./global.h"
#include "string.h"
/* API prototypes */
void CP932Timer0Init(void);
void CP932Timer1Init(void );
void CP932ISRInit(void)
www.eeworm.com/read/175852/9528877
s sysalib.s
/* sysALib.s - Samsung SBC ARM9 system-dependent routines */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#define _ASMLANGUAGE
#include "vxWorks.h"
#include "arch/arm/arm.h"
#include "regs.h
www.eeworm.com/read/364866/9889747
c sysnet.c
/* sysNet.c - system network interface support library */
/* Copyright 1984-2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01a,21mar01,gh written.
*/
/*
DESCRIPTION
www.eeworm.com/read/364357/9911671
h includes.h
/*
* Module: include.h 包含头文件
* Programed by: ZHI-XIONG PENG
* Programed on: Date: 2004-11-24 14:45
* Modified by:
* Modified on: Date:
* Copyright (c) LONGFLY SHAOGUAN Inc. All rights
www.eeworm.com/read/361046/10067928
s sysalib.s
/* sysALib.s - Samsung SBC ARM9 system-dependent routines */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#define _ASMLANGUAGE
#include "vxWorks.h"
#include "arch/arm/arm.h"
#include "regs.h
www.eeworm.com/read/164463/10107547
h unistd.h
#ifndef _LINUX_UNISTD_H_
#define _LINUX_UNISTD_H_
extern int errno;
/*
* Include machine specific syscallX macros
*/
#include
#endif /* _LINUX_UNISTD_H_ */
www.eeworm.com/read/280934/10279117
c appconfig.c
#include "port.h"
#include "arch.h"
#include "config.h"
EXPORT void UserPreMain(void);
EXPORT void UserPostMain(void);
EXPORT void fflush (void);
/*****************************************