fsm.c (664b0bae0b87f69bc9deb098f5e0158b9cf18e04) | fsm.c (478a31403b365d2f7b35a0cae8ee3e0594dc5bb1) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 | 1// SPDX-License-Identifier: GPL-2.0 |
2/** | 2/* |
3 * A generic FSM based on fsm used in isdn4linux 4 * 5 */ 6 7#include "fsm.h" 8#include <linux/module.h> 9#include <linux/slab.h> 10#include <linux/timer.h> --- 200 unchanged lines hidden --- | 3 * A generic FSM based on fsm used in isdn4linux 4 * 5 */ 6 7#include "fsm.h" 8#include <linux/module.h> 9#include <linux/slab.h> 10#include <linux/timer.h> --- 200 unchanged lines hidden --- |