123456789101112131415161718192021222324252627282930 |
- #ifndef WIFICOND_IPC_CONSTANTS_H_
- #define WIFICOND_IPC_CONSTANTS_H_
- namespace android {
- namespace wificond {
- namespace ipc_constants {
- extern const char kServiceName[];
- }
- }
- }
- #endif // WIFICOND_IPC_CONSTANTS_H_
|