From 11f3c72e2281a8ef511e2c0819f7042f343f4474 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Mon, 1 Jan 2024 15:04:47 +0000
Subject: ar mode: initial driver integration and skeleton implementation.

---
 src/internal/slibtool_ar_impl.h | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 src/internal/slibtool_ar_impl.h

(limited to 'src/internal')

diff --git a/src/internal/slibtool_ar_impl.h b/src/internal/slibtool_ar_impl.h
new file mode 100644
index 0000000..3dfabe7
--- /dev/null
+++ b/src/internal/slibtool_ar_impl.h
@@ -0,0 +1,12 @@
+#ifndef SLIBTOOL_AR_IMPL_H
+#define SLIBTOOL_AR_IMPL_H
+
+#include "argv/argv.h"
+
+extern const struct argv_option slbt_ar_options[];
+
+enum ar_tags {
+	TAG_AR_HELP,
+};
+
+#endif
-- 
cgit v1.2.3