summaryrefslogtreecommitdiff
path: root/modules/evdev/print.h
blob: 49acfcf5d5a3e1ad653b6fa69307d9207cbc70c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
/**
 * @file print.h Interface to Input event device info
 *
 * Copyright (C) 2010 Creytiv.com
 */


void print_name(int fd);
void print_events(int fd);
void print_keys(int fd);
void print_leds(int fd);