add stubs for the ata trim/smart commands. make sysexplorer's ata and ahci modules...
[AROS.git] / rom / devs / ata / ata_trim.c
blob2826b1cdbfb1cb5413fbf2c5ecfc444ce08f7bd5
1 /*
2 Copyright © 2019, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 #include <proto/exec.h>
10 /* We want all other bases obtained from our base */
11 #define __NOLIBBASE__
13 #include <hidd/storage.h>
14 #include <hidd/ata.h>
15 #include <oop/oop.h>
17 #include <devices/ata.h>
19 #include "ata.h"
21 void ata_TRIMCmd(struct IOStdReq *io)
23 #if (0)
24 ata_CommandBlock acb =
38 #endif
39 D(bug("[ATA%02ld] %s()\n", ((struct ata_Unit*)io->io_Unit)->au_UnitNum, __func__));