Mercurial > pt1.oyama
comparison driver/pt1_ioctl.h @ 0:67e8eca28a80
initial import
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Mon, 16 Feb 2009 15:41:49 +0900 |
parents | |
children | 07b2fc07ff48 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:67e8eca28a80 |
---|---|
1 #ifndef __PT1_IOCTL_H__ | |
2 #define __PT1_IOCTL_H__ | |
3 /***************************************************************************/ | |
4 /* チャンネル周波数情報構造体定義 */ | |
5 /***************************************************************************/ | |
6 typedef struct _frequency{ | |
7 int frequencyno ; // 周波数テーブル番号 | |
8 int slot ; // スロット番号/加算する周波数 | |
9 }FREQUENCY; | |
10 | |
11 /***************************************************************************/ | |
12 /* IOCTL定義 */ | |
13 /***************************************************************************/ | |
14 #define SET_CHANNEL _IOW(0x8D, 0x01, FREQUENCY) | |
15 #define START_REC _IO(0x8D, 0x02) | |
16 #define STOP_REC _IO(0x8D, 0x03) | |
17 #endif |