summaryrefslogtreecommitdiffhomepage
path: root/libs/nixio/lua/bit.lua
diff options
context:
space:
mode:
Diffstat (limited to 'libs/nixio/lua/bit.lua')
-rw-r--r--libs/nixio/lua/bit.lua15
1 files changed, 15 insertions, 0 deletions
diff --git a/libs/nixio/lua/bit.lua b/libs/nixio/lua/bit.lua
new file mode 100644
index 000000000..cdfecb1a4
--- /dev/null
+++ b/libs/nixio/lua/bit.lua
@@ -0,0 +1,15 @@
+--[[
+nixio - Linux I/O library for lua
+
+Copyright 2009 Steven Barth <steven@midlink.org>
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+$Id$
+]]--
+
+return require "nixio".bit \ No newline at end of file