MCPcopy Create free account
hub / github.com/Bareflank/hypervisor / dev_open

Function dev_open

loader/linux/src/entry.c:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47#include <types.h>
48
49static int
50dev_open(struct inode *inode, struct file *file)
51{
52 return 0;
53}
54
55static int
56dev_release(struct inode *inode, struct file *file)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected