File: vendor.h

package info (click to toggle)
ofono 2.18-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,064 kB
  • sloc: ansic: 224,979; sh: 5,012; python: 4,040; makefile: 956
file content (19 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * oFono - Open Source Telephony
 * Copyright (C) 2014  Canonical Ltd
 *
 * SPDX-License-Identifier: GPL-2.0-only
 */

#ifndef RILMODEM_VENDOR_H
#define RILMODEM_VENDOR_H

enum ofono_ril_vendor {
	OFONO_RIL_VENDOR_AOSP = 0,
	OFONO_RIL_VENDOR_MTK,
	OFONO_RIL_VENDOR_INFINEON,
	OFONO_RIL_VENDOR_QCOM_MSIM,
	OFONO_RIL_VENDOR_IMC_SOFIA3GR
};

#endif /* RILMODEM_VENDOR_H */