aboutsummaryrefslogtreecommitdiff
path: root/include/mach/mt6605.h
blob: 8cf48e4f55f52d4afeef79c3dbcab6ef28a64e2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _MT6605_H_
#define _MT6605_H_

// return 0, success; return <0, fail
// md_id        : modem id
// md_state   : 0, on ; 1, off ;
// vsim_state : 0, on ; 1, off;
int inform_nfc_vsim_change(int md_id, int md_state, int vsim_state);

#endif  //_MT6605_H_