summaryrefslogtreecommitdiff
path: root/lib/dev-ino.h
blob: 79cc5203fc8f3b3ce671a23aef31a1a65cb29286 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef DEV_INO_H
# define DEV_INO_H 1

struct dev_ino
{
  ino_t st_ino;
  dev_t st_dev;
};

#endif