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