Deleted Added
full compact
atmegadci.h (196219) atmegadci.h (228483)
1/* $FreeBSD: head/sys/dev/usb/controller/atmegadci.h 196219 2009-08-14 20:03:53Z jhb $ */
1/* $FreeBSD: head/sys/dev/usb/controller/atmegadci.h 228483 2011-12-14 00:28:54Z hselasky $ */
2/*-
3 * Copyright (c) 2009 Hans Petter Selasky. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.

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

273
274 struct atmegadci_flags sc_flags;
275};
276
277/* prototypes */
278
279usb_error_t atmegadci_init(struct atmegadci_softc *sc);
280void atmegadci_uninit(struct atmegadci_softc *sc);
2/*-
3 * Copyright (c) 2009 Hans Petter Selasky. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.

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

273
274 struct atmegadci_flags sc_flags;
275};
276
277/* prototypes */
278
279usb_error_t atmegadci_init(struct atmegadci_softc *sc);
280void atmegadci_uninit(struct atmegadci_softc *sc);
281void atmegadci_suspend(struct atmegadci_softc *sc);
282void atmegadci_resume(struct atmegadci_softc *sc);
283void atmegadci_interrupt(struct atmegadci_softc *sc);
284
285#endif /* _ATMEGADCI_H_ */
281void atmegadci_interrupt(struct atmegadci_softc *sc);
282
283#endif /* _ATMEGADCI_H_ */