summaryrefslogtreecommitdiff
path: root/plugins/netbsd/netbsd-plugin.h
diff options
context:
space:
mode:
authorJared McNeill <[email protected]>2018-05-20 22:28:17 -0300
committerraveit65 <[email protected]>2018-11-18 09:39:58 +0100
commit972866ede42e9e3c19241b88703cee6510bb2657 (patch)
treee319a25df36212d5fdc1918a5507ce94ba9ba6ab /plugins/netbsd/netbsd-plugin.h
parentff7769b5346ba40137570417fb29e7dd386b3150 (diff)
downloadmate-sensors-applet-972866ede42e9e3c19241b88703cee6510bb2657.tar.bz2
mate-sensors-applet-972866ede42e9e3c19241b88703cee6510bb2657.tar.xz
Add NetBSD support.
Diffstat (limited to 'plugins/netbsd/netbsd-plugin.h')
-rw-r--r--plugins/netbsd/netbsd-plugin.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/netbsd/netbsd-plugin.h b/plugins/netbsd/netbsd-plugin.h
new file mode 100644
index 0000000..c2d2013
--- /dev/null
+++ b/plugins/netbsd/netbsd-plugin.h
@@ -0,0 +1,24 @@
+/*
+ * Copyright (C) 2018 Jared McNeill <[email protected]>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#ifndef NETBSD_PLUGIN_H
+#define NETBSD_PLUGIN_H
+
+#include <sensors-applet/sensors-applet-plugin.h>
+
+#endif /* NETBSD_PLUGIN_H */