Changeset 9ff60d1 in mainline
- Timestamp:
- 2011-12-26T22:48:40Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 336f03b
- Parents:
- 65ffec3
- Location:
- uspace/drv/char/i8042
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/i8042/i8042.c
r65ffec3 r9ff60d1 29 29 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30 30 */ 31 32 31 /** @addtogroup kbd_port 33 32 * @ingroup kbd … … 38 37 */ 39 38 40 #include <ddi.h>41 39 #include <devman.h> 42 40 #include <device/hw_res.h> 41 #include <ddi.h> 43 42 #include <libarch/ddi.h> 44 #include <loc.h>45 #include <async.h>46 #include <unistd.h>47 #include <stdio.h>48 43 #include <errno.h> 49 44 #include <str_error.h> 50 45 #include <inttypes.h> 46 51 47 #include <ddf/log.h> 52 48 #include <ddf/interrupt.h> 53 54 49 #include <ops/char_dev.h> 55 50 -
uspace/drv/char/i8042/i8042.h
r65ffec3 r9ff60d1 39 39 40 40 #include <sys/types.h> 41 #include <libarch/ddi.h>42 #include <async.h>43 41 #include <fibril_synch.h> 44 42 #include <ddf/driver.h>
Note:
See TracChangeset
for help on using the changeset viewer.