xref: /dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/binder/binder_constants.h (revision 3a84a4273475ed07d0ab1c2dfeffdfedef35d9cd)
1*a1157835SDaniel Fojt /*
2*a1157835SDaniel Fojt  * binder interface for wpa_supplicant daemon
3*a1157835SDaniel Fojt  * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
4*a1157835SDaniel Fojt  * Copyright (c) 2004-2016, Roshan Pius <rpius@google.com>
5*a1157835SDaniel Fojt  *
6*a1157835SDaniel Fojt  * This software may be distributed under the terms of the BSD license.
7*a1157835SDaniel Fojt  * See README for more details.
8*a1157835SDaniel Fojt  */
9*a1157835SDaniel Fojt 
10*a1157835SDaniel Fojt #ifndef WPA_SUPPLICANT_BINDER_BINDER_CONSTANTS_H
11*a1157835SDaniel Fojt #define WPA_SUPPLICANT_BINDER_BINDER_CONSTANTS_H
12*a1157835SDaniel Fojt 
13*a1157835SDaniel Fojt namespace wpa_supplicant_binder {
14*a1157835SDaniel Fojt namespace binder_constants {
15*a1157835SDaniel Fojt 
16*a1157835SDaniel Fojt extern const char kServiceName[];
17*a1157835SDaniel Fojt 
18*a1157835SDaniel Fojt } /* namespace binder_constants */
19*a1157835SDaniel Fojt } /* namespace wpa_supplicant_binder */
20*a1157835SDaniel Fojt 
21*a1157835SDaniel Fojt #endif /* WPA_SUPPLICANT_BINDER_BINDER_CONSTANTS_H */
22