/usr/include/blockdev/utils.h is in libblockdev-utils-dev 2.16-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | #ifndef BD_UTILS
#define BD_UTILS
#include "sizes.h"
#include "exec.h"
#include "extra_arg.h"
#include "dev_utils.h"
#include "module.h"
/**
* SECTION: utils
* @short_description: library providing utility functions used by the blockdev library and its plugins
* @title: Utils
* @include: utils.h
*/
#endif /* BD_UTILS */
|