代码搜索结果
找到约 10,000 项符合
H 的代码
wait.h
#ifndef _SYS_WAIT_H
#define _SYS_WAIT_H
#include
#define _LOW(v) ( (v) & 0377)
#define _HIGH(v) ( ((v) >> 8) & 0377)
/* options for waitpid, WUNTRACED not supported */
#define WNOHAN
hdreg.h
/*
* This file contains some defines for the AT-hd-controller.
* Various sources. Check out some definitions (see comments with
* a ques).
*/
#ifndef _HDREG_H
#define _HDREG_H
/* Hd controller re
sched.h
#ifndef _SCHED_H
#define _SCHED_H
#define NR_TASKS 64
#define HZ 100
#define FIRST_TASK task[0]
#define LAST_TASK task[NR_TASKS-1]
#include
#include
#include
fdreg.h
/*
* This file contains some defines for the floppy disk controller.
* Various sources. Mostly "IBM Microcomputers: A Programmers
* Handbook", Sanches and Canton.
*/
#ifndef _FDREG_H
#define _FDRE
options.h
// Options.h: interface for the COptions class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_OPTIONS_H__8AE205B8_2773_40C4_8A59_40D29A7386F5__INCLUDE
kernel.h
/*
* 'kernel.h' contains some often-used function prototypes etc
*/
void verify_area(void * addr,int count);
volatile void panic(const char * str);
int printf(const char * fmt, ...);
int printk(cons
fileheader.h
// FileHeader.h: interface for the CFileHeader class.
//
////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2000 Tadeusz Dracz.
// For conditions o
head.h
#ifndef _HEAD_H
#define _HEAD_H
typedef struct desc_struct {
unsigned long a,b;
} desc_table[256];
extern unsigned long pg_dir[1024];
extern desc_table idt,gdt;
#define GDT_NUL 0
#define GDT_CODE
advtabctrl.h
#if !defined(AFX_ADVTABCTRL_H__AD8C3BA1_8844_11D5_9BB3_E13549EA421E__INCLUDED_)
#define AFX_ADVTABCTRL_H__AD8C3BA1_8844_11D5_9BB3_E13549EA421E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif
combobar.h
#if !defined(AFX_COMBOBAR_H__CC843194_A55D_11D4_9B47_0000E85300AE__INCLUDED_)
#define AFX_COMBOBAR_H__CC843194_A55D_11D4_9B47_0000E85300AE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _