arch/m68k/include/asm/natfeat.h

Source file repositories/reference/linux-study-clean/arch/m68k/include/asm/natfeat.h

File Facts

System
Linux kernel
Corpus path
arch/m68k/include/asm/natfeat.h
Extension
.h
Size
533 bytes
Lines
24
Domain
Architecture Layer
Bucket
arch/m68k
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#include <linux/compiler.h>

#ifndef _NATFEAT_H
#define _NATFEAT_H

long nf_get_id(const char *feature_name);
long nf_call(long id, ...);

void nf_init(void);
void nf_shutdown(void);

void nfprint(const char *fmt, ...)
	__printf(1, 2);

# endif /* _NATFEAT_H */

Annotation

Implementation Notes