File: arch-posix.h

package info (click to toggle)
diskscan 0.14.1-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 800 kB
  • ctags: 465
  • sloc: ansic: 3,696; sh: 3,565; python: 155; makefile: 41
file content (8 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
#ifndef ARCH_INTERNAL_POSIX_H
#define ARCH_INTERNAL_POSIX_H

struct disk_dev_t {
	int fd;
};

#endif