代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
interrupt.h
/* interrupt.h */
#ifndef _LINUX_INTERRUPT_H
#define _LINUX_INTERRUPT_H
struct bh_struct {
void (*routine)(void *);
void *data;
};
extern unsigned long bh_active;
extern unsigned long bh
interrupt.h
/*
* $Id: interrupt.h,v 1.1 2002/02/07 01:09:36 linfusheng Exp $
*/
#ifndef INTERRUPT_H
#define INTERRUPT_H
/*
* Interrupt handler chains. isa_intr_establish() inserts a handler into
* th
interrupt.c
/*
* $Id: interrupt.c,v 1.2 2002/02/07 01:08:53 linfusheng Exp $
*/
#include "includes.h"
#include "interrupt.h"
#define N_INTR 16
struct intrhand intrhand[N_INTR];
void
init_intr_t
interrupt.exp
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Pu
interrupt.c
#include
#include
#include
#include
int
main ()
{
char x;
int nbytes;
#ifdef usestubs
set_debug_traps();
breakpoint();
#endif
printf ("talk to me ba
interrupt.c
/* $Id: interrupt.c,v 1.1.4.1 2001/11/20 14:19:37 kai Exp $
*
* Copyright (C) 1996 SpellCaster Telecommunications Inc.
*
* This software may be used and distributed according to the terms
* of t
interrupt.c
/*
drivers/net/tulip/interrupt.c
Maintained by Jeff Garzik
Copyright 2000,2001 The Linux Kernel Team
Written/copyright 1994-2001 by Donald Becker.
This software may
interrupt.sbd
device interrupt
{
family = excalibur_arm;
type = epxa10;
quartus_version = "Version 2.1 Internal Build 163 06/23/2002 SJ Full Version";
module stripe
{
type = ex
interrupt.csf
DEFAULT_DEVICE_OPTIONS
{
GENERATE_CONFIG_HEXOUT_FILE = OFF;
GENERATE_CONFIG_JBC_FILE_COMPRESSED = ON;
GENERATE_CONFIG_JBC_FILE = OFF;
GENERATE_CONFIG_JAM_FILE = OFF;
GENERATE_CONFIG_ISC_FIL