assoc.h 263 B

1234567891011
  1. /* Copyright (C) 2006, Red Hat, Inc. */
  2. #ifndef _LBS_ASSOC_H_
  3. #define _LBS_ASSOC_H_
  4. #include "dev.h"
  5. void lbs_association_worker(struct work_struct *work);
  6. struct assoc_request *lbs_get_association_request(struct lbs_private *priv);
  7. #endif /* _LBS_ASSOC_H */