adjust ioprio_get/set for kernels which don't define _syscall2/3 (i.e. 2.6.24 and...
[enigma2.git] / tools.py
1
2 def CONNECT(slot, fnc):
3         slot.get().append(fnc)
4
5 def DISCONNECT(slot, fnc):
6         slot.get().remove(fnc)
7