summaryrefslogtreecommitdiff
path: root/extras/mobile-action-modeswitch/ma8280p_us.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-03-18 17:13:59 -0700
committerDan Williams <dcbw@redhat.com>2010-03-18 17:13:59 -0700
commit4dd9b291354e76f34b0d6d7b5c3b28d03a624418 (patch)
tree384804ef320f8344b1a97aa1cdbc81b5d46d0b63 /extras/mobile-action-modeswitch/ma8280p_us.h
parent38a3cde11bc77af49a96245b8a8a0f2b583a344c (diff)
modeswitch: morph into tool that only switches Mobile Action cables
Remove option modeswitching code; use usb_modeswitch already, people.
Diffstat (limited to 'extras/mobile-action-modeswitch/ma8280p_us.h')
-rw-r--r--extras/mobile-action-modeswitch/ma8280p_us.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/extras/mobile-action-modeswitch/ma8280p_us.h b/extras/mobile-action-modeswitch/ma8280p_us.h
new file mode 100644
index 0000000000..bf0e304401
--- /dev/null
+++ b/extras/mobile-action-modeswitch/ma8280p_us.h
@@ -0,0 +1,24 @@
+/*
+ * Modem mode switcher
+ *
+ * Copyright (C) 2009 Dan Williams <dcbw@redhat.com>
+ *
+ * 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:
+ */
+
+#ifndef __MA8280P_H__
+#define __MA8280P_H__
+
+#include <usb.h>
+
+int ma8280p_switch (struct usb_dev_handle *devh, struct usb_device *dev);
+
+#endif /* __MA8280P_H__ */