*
* Jean II
*/
+#include <linux/module.h>
#include <net/irda/irda.h>
#include <net/irda/irqueue.h>
return hashbin;
}
+EXPORT_SYMBOL(hashbin_new);
/*
return 0;
}
+EXPORT_SYMBOL(hashbin_delete);
/********************* HASHBIN LIST OPERATIONS *********************/
spin_unlock_irqrestore(&hashbin->hb_spinlock, flags);
} /* Default is no-lock */
}
+EXPORT_SYMBOL(hashbin_insert);
/*
* Function hashbin_remove_first (hashbin)
return NULL;
}
+EXPORT_SYMBOL(hashbin_remove);
/*
* Function hashbin_remove_this (hashbin, entry)
return entry;
}
+EXPORT_SYMBOL(hashbin_remove_this);
/*********************** HASHBIN ENUMERATION ***********************/
return NULL;
}
+EXPORT_SYMBOL(hashbin_find);
/*
* Function hashbin_lock_find (hashbin, hashv, name)
return entry;
}
+EXPORT_SYMBOL(hashbin_lock_find);
/*
* Function hashbin_find (hashbin, hashv, name, pnext)
return entry;
}
+EXPORT_SYMBOL(hashbin_find_next);
/*
* Function hashbin_get_first (hashbin)
*/
return NULL;
}
+EXPORT_SYMBOL(hashbin_get_first);
/*
* Function hashbin_get_next (hashbin)
}
return NULL;
}
+EXPORT_SYMBOL(hashbin_get_next);
EXPORT_SYMBOL(irlmp_dup);
EXPORT_SYMBOL(lmp_reasons);
-/* Queue */
-EXPORT_SYMBOL(hashbin_new);
-EXPORT_SYMBOL(hashbin_insert);
-EXPORT_SYMBOL(hashbin_delete);
-EXPORT_SYMBOL(hashbin_remove);
-EXPORT_SYMBOL(hashbin_remove_this);
-EXPORT_SYMBOL(hashbin_find);
-EXPORT_SYMBOL(hashbin_lock_find);
-EXPORT_SYMBOL(hashbin_find_next);
-EXPORT_SYMBOL(hashbin_get_next);
-EXPORT_SYMBOL(hashbin_get_first);
-
/* IrLAP */
EXPORT_SYMBOL(irlap_open);
EXPORT_SYMBOL(irlap_close);