Deleted Added
sdiff udiff text old ( 196219 ) new ( 228483 )
full compact
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);
352void uss820dci_interrupt(struct uss820dci_softc *sc);
353
354#endif /* _USS820_DCI_H_ */