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

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

344
345 struct uss820_flags sc_flags;
346};
347
348/* prototypes */
349
350usb_error_t uss820dci_init(struct uss820dci_softc *sc);
351void uss820dci_uninit(struct uss820dci_softc *sc);
2/*-
3 * Copyright (c) 2007 Hans Petter Selasky <hselasky@FreeBSD.org>
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

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

344
345 struct uss820_flags sc_flags;
346};
347
348/* prototypes */
349
350usb_error_t uss820dci_init(struct uss820dci_softc *sc);
351void uss820dci_uninit(struct uss820dci_softc *sc);
352void uss820dci_suspend(struct uss820dci_softc *sc);
353void uss820dci_resume(struct uss820dci_softc *sc);
354void uss820dci_interrupt(struct uss820dci_softc *sc);
355
356#endif /* _USS820_DCI_H_ */
352void uss820dci_interrupt(struct uss820dci_softc *sc);
353
354#endif /* _USS820_DCI_H_ */