diff options
Diffstat (limited to 'usr.sbin/bluetooth/bthidd/kbd.h')
-rw-r--r-- | usr.sbin/bluetooth/bthidd/kbd.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/bluetooth/bthidd/kbd.h b/usr.sbin/bluetooth/bthidd/kbd.h index 06e2caf..552f310 100644 --- a/usr.sbin/bluetooth/bthidd/kbd.h +++ b/usr.sbin/bluetooth/bthidd/kbd.h @@ -1,7 +1,9 @@ /* * kbd.h - * - * Copyright (c) 2004 Maksim Yevmenkin <m_evmenkin@yahoo.com> + */ + +/*- + * Copyright (c) 2006 Maksim Yevmenkin <m_evmenkin@yahoo.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -25,17 +27,15 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kbd.h,v 1.2 2004/11/17 21:59:42 max Exp $ + * $Id: kbd.h,v 1.3 2006/09/07 21:06:53 max Exp $ * $FreeBSD$ */ #ifndef _KBD_H_ #define _KBD_H_ -int kbd_maxkey (void); -int kbd_process_keys(bthid_session_p s); -int kbd_get_index_fd(int fd); -int kbd_get_index (char const *device); -int kbd_switch (char const *script, int index); +int32_t kbd_maxkey (void); +int32_t kbd_process_keys (bthid_session_p s); +int32_t kbd_status_changed(bthid_session_p s, uint8_t *data, int32_t len); #endif /* ndef _KBD_H_ */ |