drivers/android/binder_netlink.h

Source file repositories/reference/linux-study-clean/drivers/android/binder_netlink.h

File Facts

System
Linux kernel
Corpus path
drivers/android/binder_netlink.h
Extension
.h
Size
528 bytes
Lines
22
Domain
Driver Families
Bucket
drivers/android
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _LINUX_BINDER_GEN_H
#define _LINUX_BINDER_GEN_H

#include <net/netlink.h>
#include <net/genetlink.h>

#include <uapi/linux/android/binder_netlink.h>

enum {
	BINDER_NLGRP_REPORT,
};

extern struct genl_family binder_nl_family;

#endif /* _LINUX_BINDER_GEN_H */

Annotation

Implementation Notes