aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-headerparser/headerlib
diff options
context:
space:
mode:
authorAlbert van der Linde <alinde@google.com>2020-06-19 12:37:49 +0000
committerAndrey Konovalov <andreyknvl@gmail.com>2020-06-19 14:44:08 +0200
commit123cf502d311922668a209b45dced33868b3c6a2 (patch)
treec409aff8056322e3ab709a17b1fa64e9a5b45b27 /tools/syz-headerparser/headerlib
parente471d8612cdd21a0a286d0c5498166abcef3e316 (diff)
tools/syz-headerparser/headerlib
Added __init__.py as it is required for headerparser.py to run. Was removed by mistake in 672c10ad7c2491ae3ab24736fc153e2ecb4c7044.
Diffstat (limited to 'tools/syz-headerparser/headerlib')
-rw-r--r--tools/syz-headerparser/headerlib/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/syz-headerparser/headerlib/__init__.py b/tools/syz-headerparser/headerlib/__init__.py
new file mode 100644
index 000000000..936ff41fa
--- /dev/null
+++ b/tools/syz-headerparser/headerlib/__init__.py
@@ -0,0 +1,2 @@
+# Copyright 2020 syzkaller project authors. All rights reserved.
+# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.