Deleted Added
sdiff udiff text old ( 196219 ) new ( 228483 )
full compact
1/* $FreeBSD: head/sys/dev/usb/controller/atmegadci.h 196219 2009-08-14 20:03:53Z jhb $ */
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_ */