|
Last change
on this file since 66 was
66,
checked in by megakiss, 11 years ago
|
|
키패드 기능 연결
전원키 누르고 리모콘 누르면 학습
CH+ 간격 1초 증가 MAX:15
CH- 간격 1초 감소 MIN :1
|
-
Property svn:executable set to
*
|
|
File size:
293 bytes
|
| Line | |
|---|
| 1 | #include <linux/types.h> |
|---|
| 2 | |
|---|
| 3 | #define REISERFS_ACL_VERSION 0x0001 |
|---|
| 4 | |
|---|
| 5 | typedef struct { |
|---|
| 6 | __le16 e_tag; |
|---|
| 7 | __le16 e_perm; |
|---|
| 8 | __le32 e_id; |
|---|
| 9 | } reiserfs_acl_entry; |
|---|
| 10 | |
|---|
| 11 | typedef struct { |
|---|
| 12 | __le16 e_tag; |
|---|
| 13 | __le16 e_perm; |
|---|
| 14 | } reiserfs_acl_entry_short; |
|---|
| 15 | |
|---|
| 16 | typedef struct { |
|---|
| 17 | __le32 a_version; |
|---|
| 18 | } reiserfs_acl_header; |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.