arch/s390/include/asm/pnet.h

Source file repositories/reference/linux-study-clean/arch/s390/include/asm/pnet.h

File Facts

System
Linux kernel
Corpus path
arch/s390/include/asm/pnet.h
Extension
.h
Size
325 bytes
Lines
16
Domain
Architecture Layer
Bucket
arch/s390
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

#ifndef _ASM_S390_PNET_H
#define _ASM_S390_PNET_H

#include <linux/device.h>
#include <linux/types.h>

int pnet_id_by_dev_port(struct device *dev, unsigned short port, u8 *pnetid);
#endif /* _ASM_S390_PNET_H */

Annotation

Implementation Notes