channel.h 393 B

123456789101112131415161718192021222324
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
  4. * All rights reserved.
  5. *
  6. * File: channel.h
  7. *
  8. * Purpose: Country Regulation Rules header file
  9. *
  10. * Author: Lucas Lin
  11. *
  12. * Date: Dec 23, 2004
  13. *
  14. */
  15. #ifndef _CHANNEL_H_
  16. #define _CHANNEL_H_
  17. #include "device.h"
  18. void vnt_init_bands(struct vnt_private *priv);
  19. #endif /* _CHANNEL_H_ */