summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/lib/tap.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/lib/tap.c')
-rw-r--r--arch/sandbox/lib/tap.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sandbox/lib/tap.c b/arch/sandbox/lib/tap.c
index b620612626..ebd828b2b2 100644
--- a/arch/sandbox/lib/tap.c
+++ b/arch/sandbox/lib/tap.c
@@ -61,3 +61,8 @@ int tap_alloc(char *dev)
strcpy(dev, ifr.ifr_name);
return fd;
}
+
+/**
+ * @file
+ * @brief Host side functions for tap driver
+ */