diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-06-18 22:38:39 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-06-18 22:38:39 +0200 |
commit | 6297c2d4e48068685ac810d631291daf75a95ec7 (patch) | |
tree | f382cd261b8fdefcb08da7a9f7554ae0387496f9 /extras/mobile-action-modeswitch/ma8280p_us.h | |
parent | f59e9fbb189933c5c10eb3610c4685f1c67e8b35 (diff) |
delete mobile-action-modeswitch which has moved to usb_modeswitch
Diffstat (limited to 'extras/mobile-action-modeswitch/ma8280p_us.h')
-rw-r--r-- | extras/mobile-action-modeswitch/ma8280p_us.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/extras/mobile-action-modeswitch/ma8280p_us.h b/extras/mobile-action-modeswitch/ma8280p_us.h deleted file mode 100644 index bf0e304401..0000000000 --- a/extras/mobile-action-modeswitch/ma8280p_us.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - * 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__ */ |