comparison driver/procfs/processes.h @ 0:42f240cc4bc6

From: 太田 篤志 <atoc@namikilab.tuat.ac.jp>
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 08 Sep 2009 13:44:18 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:42f240cc4bc6
1 /**
2 * processes.h
3 * SPE プロセスマネージャ spe_manager
4 * procfs エントリ "processes" のハンドラ
5 */
6
7 #ifndef SPE_MANAGER__PROCFS__PROCESSES_H
8 #define SPE_MANAGER__PROCFS__PROCESSES_H
9
10 #include <linux/types.h>
11
12
13 // 外部から参照される関数
14 int procfs_processes_read(char *, char **, off_t, int, int *, void *);
15
16
17 #endif /*SPE_MANAGER__PROCFS__PROCESSES_H*/