1169691Skan/*-
2169691Skan * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
3169691Skan * All rights reserved.
4169691Skan *
5169691Skan * Redistribution and use in source and binary forms, with or without
6169691Skan * modification, are permitted provided that the following conditions
7169691Skan * are met:
8169691Skan * 1. Redistributions of source code must retain the above copyright
9169691Skan *    notice, this list of conditions and the following disclaimer,
10169691Skan *    without modification.
11169691Skan * 2. Redistributions in binary form must reproduce at minimum a disclaimer
12169691Skan *    similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any
13169691Skan *    redistribution must be conditioned upon including a substantially
14169691Skan *    similar Disclaimer requirement for further binary redistribution.
15169691Skan *
16169691Skan * NO WARRANTY
17169691Skan * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18169691Skan * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19169691Skan * LIMITED TO, THE IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTIBILITY
20169691Skan * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
21169691Skan * THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
22169691Skan * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23169691Skan * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24169691Skan * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
25169691Skan * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26169691Skan * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
27169691Skan * THE POSSIBILITY OF SUCH DAMAGES.
28169691Skan *
29169691Skan * $FreeBSD: releng/11.0/sys/dev/ath/if_ath_led.h 228888 2011-12-26 05:46:22Z adrian $
30169691Skan */
31169691Skan#ifndef	__IF_ATH_LED_H__
32169691Skan#define	__IF_ATH_LED_H__
33169691Skan
34169691Skanextern	void ath_led_event(struct ath_softc *sc, int rix);
35169691Skanextern	void ath_led_config(struct ath_softc *sc);
36169691Skan
37169691Skan#endif
38169691Skan