Skip to content

Commit 233e997

Browse files
committed
Add banner in hw.timer files
1 parent 86edea1 commit 233e997

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

qiling/hw/timer/gd32vf1xx_rtc.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
import ctypes
1+
#!/usr/bin/env python3
2+
#
3+
# Cross Platform and Multi Architecture Advanced Binary Emulation Framework
4+
#
5+
26

7+
import ctypes
38

49
from qiling.hw.peripheral import QlPeripheral
510

qiling/hw/timer/gd32vf1xx_timer.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#!/usr/bin/env python3
2+
#
3+
# Cross Platform and Multi Architecture Advanced Binary Emulation Framework
4+
#
5+
6+
17
import ctypes
28

39
from qiling.hw.peripheral import QlPeripheral

0 commit comments

Comments
 (0)