aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'extras/mini-os/include/fs.h')
-rw-r--r--extras/mini-os/include/fs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/extras/mini-os/include/fs.h b/extras/mini-os/include/fs.h
index aa19135822..2f91f8d264 100644
--- a/extras/mini-os/include/fs.h
+++ b/extras/mini-os/include/fs.h
@@ -11,13 +11,13 @@
struct fs_import
{
domid_t dom_id; /* dom id of the exporting domain */
- u16 export_id; /* export id (exporting dom specific) */
- u16 import_id; /* import id (specific to this domain) */
+ uint16_t export_id; /* export id (exporting dom specific) */
+ uint16_t import_id; /* import id (specific to this domain) */
struct minios_list_head list; /* list of all imports */
unsigned int nr_entries; /* Number of entries in rings & request
array */
struct fsif_front_ring ring; /* frontend ring (contains shared ring) */
- u32 gnt_refs[FSIF_RING_SIZE_PAGES]; /* grant references to the shared ring */
+ uint32_t gnt_refs[FSIF_RING_SIZE_PAGES]; /* grant references to the shared ring */
evtchn_port_t local_port; /* local event channel port */
char *backend; /* XenBus location of the backend */
struct fs_request *requests; /* Table of requests */