cn68xx_device.h 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. /**********************************************************************
  2. * Author: Cavium, Inc.
  3. *
  4. * Contact: support@cavium.com
  5. * Please include "LiquidIO" in the subject.
  6. *
  7. * Copyright (c) 2003-2015 Cavium, Inc.
  8. *
  9. * This file is free software; you can redistribute it and/or modify
  10. * it under the terms of the GNU General Public License, Version 2, as
  11. * published by the Free Software Foundation.
  12. *
  13. * This file is distributed in the hope that it will be useful, but
  14. * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty
  15. * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE, TITLE, or
  16. * NONINFRINGEMENT. See the GNU General Public License for more
  17. * details.
  18. *
  19. * This file may also be available under a different license from Cavium.
  20. * Contact Cavium, Inc. for more information
  21. **********************************************************************/
  22. /*! \file cn68xx_device.h
  23. * \brief Host Driver: Routines that perform CN68XX specific operations.
  24. */
  25. #ifndef __CN68XX_DEVICE_H__
  26. #define __CN68XX_DEVICE_H__
  27. int lio_setup_cn68xx_octeon_device(struct octeon_device *oct);
  28. #endif