?? externrtcdriver.h
字號:
/*================================================================================
Module Name: externrtcdriver.h
General Description:
==================================================================================
Honeywell Confidential Proprietary
ACS - Security (Asia Pacific) R&D Software Operations
(c) Copyright Honeywell 2006, All Rights Reserved
Revision History:
Modification Tracking
Author Date Ver Number Description of Changes
---------------- ------------ ---------- -------------------------
Chen Kang Date: 2006-7-13 Version: ver 1.0.0
Portability: Indicate if this module is portable to other compilers or
platforms. If not, indicate specific reasons why is it not portable.
==================================================================================
INCLUDE FILES
==================================================================================*/
#ifndef EX_RTC_DRV_H
#define EX_RTC_DRV_H
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/kernel.h> /* printk() */
#include <linux/init.h>
#include <linux/wait.h>
#include <linux/proc_fs.h>
#include <asm/uaccess.h> /* access_ok() */
#include "typedef.h"
#define CSI24WC02 (0xA2) /* define RTC chip I2C address */
#define MAJOR_NR 132
#define DEVICE_NAME "rtc"
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -