diff options
author | tmk <nobody@nowhere> | 2011-02-21 15:43:17 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-02-22 03:09:14 +0900 |
commit | fb8d23c60c757d5d9c2270cb0123a53be2049a28 (patch) | |
tree | 2f5d695f9d501468dc83f4861e7367cdf905ed3f /key_process.h | |
parent | 47f5d8b545eec12ca74d8e7048bb5daa290d937e (diff) |
integrate V-USB support into ps2_usb
Diffstat (limited to 'key_process.h')
-rw-r--r-- | key_process.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/key_process.h b/key_process.h deleted file mode 100644 index bfc0218f3e..0000000000 --- a/key_process.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef KEY_PROCESS_H -#define KEY_PROCESS_H 1 - - -void proc_matrix(void); - -#endif |