summaryrefslogtreecommitdiff
path: root/handle_devices.h
blob: 2c7f40baa3565e190815c3edf9d7d95bf1e44e31 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef HANDLE_DEVICES_H
#define HANDLE_DEVICES_H

void show_device_options(void);

void print_one_event(unsigned long long event_num);

void print_multiple_events(int num_events, unsigned long long event_nums[]);

#endif