diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-05-01 15:20:48 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-05-01 15:20:48 +1200 |
commit | aca13320b3e6df8cb575f64db736dc38b8b30ed2 (patch) | |
tree | b39f6b902ff1af637afbe959d49369f09bc105b6 /backend/drm/udev.h | |
parent | 1aed98730194aa80b5954ae1d6370162041b56e2 (diff) |
Inital commit of libotd.
Diffstat (limited to 'backend/drm/udev.h')
-rw-r--r-- | backend/drm/udev.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/backend/drm/udev.h b/backend/drm/udev.h new file mode 100644 index 00000000..9bd4c0d0 --- /dev/null +++ b/backend/drm/udev.h @@ -0,0 +1,9 @@ +#ifndef UDEV_H +#define UDEV_H + +bool otd_udev_start(struct otd *otd); +void otd_udev_finish(struct otd *otd); +void otd_udev_find_gpu(struct otd *otd); +void otd_udev_event(struct otd *otd); + +#endif |