summaryrefslogtreecommitdiff
path: root/usr/src/boot/lib/libstand
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2016-11-17 17:02:22 +0200
committerDan McDonald <danmcd@joyent.com>2017-09-25 14:37:10 -0400
commitdbacaf56963d687dced1eddb2d3beb695f5ebc7e (patch)
tree3b4c38e49c376eb341dda5152e545e5f33c68e9d /usr/src/boot/lib/libstand
parente984c70bc7d741cd0663924c95c15fed9f645565 (diff)
downloadillumos-joyent-dbacaf56963d687dced1eddb2d3beb695f5ebc7e.tar.gz
8646 loader: replace EFI part devices.
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/boot/lib/libstand')
-rw-r--r--usr/src/boot/lib/libstand/stand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/boot/lib/libstand/stand.h b/usr/src/boot/lib/libstand/stand.h
index 9a7e070bdc..00b4ac210c 100644
--- a/usr/src/boot/lib/libstand/stand.h
+++ b/usr/src/boot/lib/libstand/stand.h
@@ -168,6 +168,7 @@ struct devdesc
#define DEVT_NET 2
#define DEVT_CD 3
#define DEVT_ZFS 4
+#define DEVT_FD 5
int d_unit;
void *d_opendata;
};