arch/um/drivers/harddog.h

Source file repositories/reference/linux-study-clean/arch/um/drivers/harddog.h

File Facts

System
Linux kernel
Corpus path
arch/um/drivers/harddog.h
Extension
.h
Size
247 bytes
Lines
10
Domain
Architecture Layer
Bucket
arch/um
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 UM_WATCHDOG_H
#define UM_WATCHDOG_H

int start_watchdog(int *in_fd_ret, int *out_fd_ret, char *sock);
void stop_watchdog(int in_fd, int out_fd);
int ping_watchdog(int fd);

#endif /* UM_WATCHDOG_H */

Annotation

Implementation Notes