| lh | 9beb02d | 2022-08-15 22:21:16 -0700 | [diff] [blame^] | 1 | // SPDX-License-Identifier: MediaTekProprietary |
| 2 | #ifndef _DEV_STRING_H_ | ||||
| 3 | #define _DEV_STRING_H_ | ||||
| 4 | |||||
| 5 | /* modem device name*/ | ||||
| 6 | #define MODEM_DEV_NAME "hw:0,18" //"hw:0,15" | ||||
| 7 | #define MODEM_BT_DEV_NAME "hw:0,18" | ||||
| 8 | |||||
| 9 | #endif | ||||