lib/kunit/device-impl.h

Source file repositories/reference/linux-study-clean/lib/kunit/device-impl.h

File Facts

System
Linux kernel
Corpus path
lib/kunit/device-impl.h
Extension
.h
Size
484 bytes
Lines
20
Domain
Kernel Services
Bucket
lib
Inferred role
Kernel Services: implementation source
Status
source implementation candidate

Why This File Exists

Shared kernel service surface used by multiple subsystems, including helpers, cryptography, virtualization support, and async I/O infrastructure.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _KUNIT_DEVICE_IMPL_H
#define _KUNIT_DEVICE_IMPL_H

// For internal use only -- registers the kunit_bus.
int kunit_bus_init(void);
// For internal use only -- unregisters the kunit_bus.
void kunit_bus_shutdown(void);

#endif //_KUNIT_DEVICE_IMPL_H

Annotation

Implementation Notes