raw3270_notifier
static struct raw3270_notifier tty3270_notifier = {
static struct raw3270_notifier fs3270_notifier = {
static LIST_HEAD(raw3270_notifier);
int raw3270_register_notifier(struct raw3270_notifier *notifier)
list_add_tail(¬ifier->list, &raw3270_notifier);
void raw3270_unregister_notifier(struct raw3270_notifier *notifier)
struct raw3270_notifier *np;
list_for_each_entry(np, &raw3270_notifier, list)
struct raw3270_notifier *np;
list_for_each_entry(np, &raw3270_notifier, list)
int raw3270_register_notifier(struct raw3270_notifier *notifier);
void raw3270_unregister_notifier(struct raw3270_notifier *notifier);