File: arch-linux.h

package info (click to toggle)
diskscan 0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,656 kB
  • sloc: ansic: 11,136; python: 338; xml: 138; sh: 41; makefile: 34
file content (9 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#ifndef ARCH_INTERNAL_LINUX_H
#define ARCH_INTERNAL_LINUX_H

struct disk_dev_t {
	int fd;
	uint32_t sector_size;
};

#endif