2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00
criu/include/mount.h

9 lines
179 B
C
Raw Normal View History

#ifndef MOUNT_H__
#define MOUNT_H__
struct proc_mountinfo;
extern int open_mnt_root(unsigned int s_dev, struct proc_mountinfo *mntinfo, int nr_mntinfo);
#endif /* MOUNT_H__ */