mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
9 lines
179 B
C
9 lines
179 B
C
|
#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__ */
|