lpt.h
来自「基于组件方式开发操作系统的OSKIT源代码」· C头文件 代码 · 共 25 行
H
25 行
/* * Copyright (C) 1994 Geoffrey M. Rehmet * * This program is free software; you may redistribute it and/or * modify it, provided that it retain the above copyright notice * and the following disclaimer. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * Geoff Rehmet, Rhodes University, South Africa <csgr@cs.ru.ac.za> * * $Id: lpt.h,v 1.6 1997/02/22 09:34:48 peter Exp $ */#ifndef _MACHINE_LPT_H_#define _MACHINE_LPT_H_#include <sys/ioccom.h>#define LPT_IRQ _IOW('p', 1, long) /* set interrupt status */#endif /* !_MACHINE_LPT_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?