Loading...
Searching...
No Matches
Go to the documentation of this file.
18#ifndef PED_ARCH_LINUX_H_INCLUDED
19#define PED_ARCH_LINUX_H_INCLUDED
22# include <blkid/blkid.h>
25#define LINUX_SPECIFIC(dev) ((LinuxSpecific*) (dev)->arch_specific)
34#if defined __s390__ || defined __s390x__
35 unsigned int real_sector_size;
40 blkid_topology topology;
int major
Definition: linux.h:31
int minor
Definition: linux.h:32
int fd
Definition: linux.h:30
char * dmtype
device map target type
Definition: linux.h:33