C++程序  |  22行  |  578 B

/*
 * hidl interface for wpa_supplicant daemon
 * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
 * Copyright (c) 2004-2016, Roshan Pius <rpius@google.com>
 *
 * This software may be distributed under the terms of the BSD license.
 * See README for more details.
 */

#ifndef WPA_SUPPLICANT_HIDL_HIDL_CONSTANTS_H
#define WPA_SUPPLICANT_HIDL_HIDL_CONSTANTS_H

namespace wpa_supplicant_hidl {
namespace hidl_constants {

extern const char kServiceName[];

} /* namespace hidl_constants */
} /* namespace wpa_supplicant_hidl */

#endif /* WPA_SUPPLICANT_HIDL_HIDL_CONSTANTS_H */