aboutsummaryrefslogblamecommitdiffstats
path: root/common.h
blob: 3cbe4ac3898367dd3721d2bccb11c215e04d13b5 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                         
                     




                   
                 















                                      
/* See LICENSE file for copyright and license details. */
#include "libgamepad.h"

#include <sys/stat.h>
#include <ctype.h>
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <math.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>

#include <libevdev/libevdev.h>
#include <libudev.h>


struct libgamepad_attachment_monitor {
	struct udev *udev;
	struct udev_monitor *monitor;
};