代码搜索结果
找到约 62,480 项符合
Interrupt 的代码
interrupt.bld
#!build
default:
program
:asm_list_option=listing
:debuglevel=multi
:program_layout=ram
:outputname=objs\Interrupt.ghs
:object_dir=objs
:start_address=__reset
:postexec=gsize objs\Int
interrupt.bld
#!build
default:
program
:asm_list_option=listing
:debuglevel=multi
:program_layout=ram
:outputname=objs\Interrupt.ghs
:object_dir=objs
:start_address=__reset
:postexec=gsize objs\Int
interrupt.bld
#!build
default:
program
:asm_list_option=listing
:debuglevel=multi
:program_layout=romcopy
:outputname=objs\Interrupt.ghs
:object_dir=objs
:start_address=__reset
:postexec=gsize objs
interrupt.h
/* interrupt.h */
#ifndef _LINUX_INTERRUPT_H
#define _LINUX_INTERRUPT_H
#include
#include
struct irqaction {
void (*handler)(int, void *, struct pt_regs *);
interrupt.c
/******************************************************************************
* PIC USB
* interrupt.c
******************************************************************************/
/** I N C
interrupt.h
/******************************************************************************
* PIC USB
* interrupt.h
******************************************************************************/
#ifndef IN
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.h
/* interrupt.h */
#ifndef _LINUX_INTERRUPT_H
#define _LINUX_INTERRUPT_H
#include
#include
#include
struct irqaction {
void (*handler)(int, void *, str
interrupt.h
/* interrupt.h */
#ifndef _LINUX_INTERRUPT_H
#define _LINUX_INTERRUPT_H
#include
#include
struct irqaction {
void (*handler)(int, void *, struct pt_regs *);
unsigne