assoc.h 311 B

1234567891011121314
  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(lbs_adapter *adapter);
  7. void lbs_sync_channel(struct work_struct *work);
  8. #endif /* _LBS_ASSOC_H */