binder_constants.h 600 B

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