android13/hardware/bes/bluetooth/libbt-bes-mmap/include/bes_mmap_utils.h

8 lines
147 B
C
Executable File

#ifndef __BES_MMAP_UTILS_H__
#define __BES_MMAP_UTILS_H__
typedef struct __bes_mmap_ibinder{
sp<IBinder> binder;
}bes_mmap_ibinder_st;
#endif