代码搜索结果
找到约 10,000 项符合
Control System 的代码
system.h
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1994
system.h
#ifndef __ASM_SYSTEM_H
#define __ASM_SYSTEM_H
#include
#include
#include
#ifdef __KERNEL__
#ifdef CONFIG_SMP
#define LOCK_PREFIX "lock ; "
#else
#d
system.h
/* $Id: system.h,v 1.69 2002/02/09 19:49:31 davem Exp $ */
#ifndef __SPARC64_SYSTEM_H
#define __SPARC64_SYSTEM_H
#include
#include
#include
#include
system.h
#ifndef __ASM_SH64_SYSTEM_H
#define __ASM_SH64_SYSTEM_H
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of t
system.h
#ifndef __PPC64_SYSTEM_H
#define __PPC64_SYSTEM_H
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by
system.h
#ifndef _ASM_IA64_SYSTEM_H
#define _ASM_IA64_SYSTEM_H
/*
* System defines. Note that this is included both from .c and .S
* files, so it does only defines, not any C code. This is based
* on info
system.h
#ifndef _M68KNOMMU_SYSTEM_H
#define _M68KNOMMU_SYSTEM_H
#include /* get configuration macros */
#include
#include
#include
/*
* swit
system.h
#ifndef _ASM_M32R_SYSTEM_H
#define _ASM_M32R_SYSTEM_H
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of thi
system.h
#ifndef __ASM_SYSTEM_H
#define __ASM_SYSTEM_H
#include
#include
#include
#include
#include /* for LOCK_PREFIX */
system.h
#ifndef __ASM_CRIS_ARCH_SYSTEM_H
#define __ASM_CRIS_ARCH_SYSTEM_H
#include
/* read the CPU version register */
extern inline unsigned long rdvr(void) {
unsigned char vr;
__asm__