at_wini/ahci: write cache ioctls

This commit is contained in:
David van Moolenbroek
2010-08-12 14:09:34 +00:00
parent 5998a4b2af
commit 484b2f43d6
5 changed files with 188 additions and 9 deletions

View File

@@ -13,5 +13,8 @@
#define DIOCEJECT _IO ('d', 5)
#define DIOCTIMEOUT _IORW('d', 6, int)
#define DIOCOPENCT _IOR('d', 7, int)
#define DIOCFLUSH _IO ('d', 8)
#define DIOCSETWC _IOW('d', 9, int)
#define DIOCGETWC _IOR('d', 10, int)
#endif /* _S_I_DISK_H */