summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/ata.h')
-rw-r--r--src/include/gpxe/ata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/ata.h b/src/include/gpxe/ata.h
index 643b7cd9..3c565844 100644
--- a/src/include/gpxe/ata.h
+++ b/src/include/gpxe/ata.h
@@ -154,6 +154,8 @@ struct ata_command {
* sectors in size.
*/
userptr_t data_in;
+ /** Command status code */
+ int rc;
};
/**