aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/device.h
blob: a3f00da870940cb447d317abaf98d8e40438e661 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */

#ifndef WGDEVICE_H
#define WGDEVICE_H

int device_init(void);
void device_uninit(void);

#endif