aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/qcserial.h
blob: 8504173acba91198298c6e94656bd7ebe36cf617 (plain)
1
2
3
4
5
6
7
8
9
10
#if !defined(_QCSERIAL_H_)
#define _QCSERIAL_H_
#include <linux/wakelock.h>

#define PRODUCT_DLOAD "QHSUSB_DLOAD"
#define PRODUCT_SAHARA "QHSUSB__BULK"

extern void mdm_set_chip_configuration(bool dload);

#endif