Deleted Added
full compact
at91dci.h (196219) at91dci.h (228483)
1/* $FreeBSD: head/sys/dev/usb/controller/at91dci.h 196219 2009-08-14 20:03:53Z jhb $ */
1/* $FreeBSD: head/sys/dev/usb/controller/at91dci.h 228483 2011-12-14 00:28:54Z hselasky $ */
2/*-
3 * Copyright (c) 2006 ATMEL
4 * Copyright (c) 2007 Hans Petter Selasky <hselasky@FreeBSD.org>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 220 unchanged lines hidden (view full) ---

230 struct at91dci_flags sc_flags;
231 struct at91dci_ep_flags sc_ep_flags[AT91_UDP_EP_MAX];
232};
233
234/* prototypes */
235
236usb_error_t at91dci_init(struct at91dci_softc *sc);
237void at91dci_uninit(struct at91dci_softc *sc);
2/*-
3 * Copyright (c) 2006 ATMEL
4 * Copyright (c) 2007 Hans Petter Selasky <hselasky@FreeBSD.org>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 220 unchanged lines hidden (view full) ---

230 struct at91dci_flags sc_flags;
231 struct at91dci_ep_flags sc_ep_flags[AT91_UDP_EP_MAX];
232};
233
234/* prototypes */
235
236usb_error_t at91dci_init(struct at91dci_softc *sc);
237void at91dci_uninit(struct at91dci_softc *sc);
238void at91dci_suspend(struct at91dci_softc *sc);
239void at91dci_resume(struct at91dci_softc *sc);
240void at91dci_interrupt(struct at91dci_softc *sc);
241void at91dci_vbus_interrupt(struct at91dci_softc *sc, uint8_t is_on);
242
243#endif /* _AT9100_DCI_H_ */
238void at91dci_interrupt(struct at91dci_softc *sc);
239void at91dci_vbus_interrupt(struct at91dci_softc *sc, uint8_t is_on);
240
241#endif /* _AT9100_DCI_H_ */