2 * devname.c --- Figure out if a pathname is ext* or something else.
4 * Copyright (C) 2022 Red Hat, Inc., Lukas Czerner <lczerner@redhat.com>
7 * This file may be redistributed under the terms of the GNU Public
15 #include "blkid/blkid.h"
17 char *get_devname(blkid_cache cache
, const char *token
, const char *value
);
19 #endif /* DEVNAME_H_ */