Random cleanup of platform.h.

This commit is contained in:
Rob Landley 2006-06-13 18:28:33 +00:00
parent 0960ca7383
commit 18958e9309
3 changed files with 25 additions and 30 deletions

View file

@ -48,12 +48,6 @@
#define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */
#define BLKSSZGET _IO(0x12,104) /* get block device sector size */
/* Avoid conflicts with the 2.6 kernel headers, which define
* _IOR rather differently */
#undef _IOR
#define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
#define BLKGETSIZE64 _IOR(0x12,114,uint64_t)
/*
fdisk.h
*/