stmmac_platform.h 1.0 KB

123456789101112131415161718192021222324252627
  1. /*******************************************************************************
  2. Copyright (C) 2007-2009 STMicroelectronics Ltd
  3. This program is free software; you can redistribute it and/or modify it
  4. under the terms and conditions of the GNU General Public License,
  5. version 2, as published by the Free Software Foundation.
  6. This program is distributed in the hope it will be useful, but WITHOUT
  7. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  8. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  9. more details.
  10. The full GNU General Public License is included in this distribution in
  11. the file called "COPYING".
  12. Author: Giuseppe Cavallaro <peppe.cavallaro@st.com>
  13. *******************************************************************************/
  14. #ifndef __STMMAC_PLATFORM_H__
  15. #define __STMMAC_PLATFORM_H__
  16. int stmmac_pltfr_probe(struct platform_device *pdev);
  17. int stmmac_pltfr_remove(struct platform_device *pdev);
  18. extern const struct dev_pm_ops stmmac_pltfr_pm_ops;
  19. #endif /* __STMMAC_PLATFORM_H__ */