12345678910111213141516171819202122232425262728 |
- #ifndef BINDER_I_H
- #define BINDER_I_H
- #ifdef _cplusplus
- extern "C" {
- #endif
- struct wpas_binder_priv
- {
- int binder_fd;
- struct wpa_global *global;
- void *binder_manager;
- };
- #ifdef _cplusplus
- }
- #endif
- #endif
|