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