Changeset af6b5157 in mainline for uspace/drv/test2/test2.c


Ignore:
Timestamp:
2011-02-15T20:09:24Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a770a35
Parents:
83a2f43
Message:

Split driver.h into ddf/driver.h and ddf/interrupt.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/test2/test2.c

    r83a2f43 raf6b5157  
    3131
    3232#include <assert.h>
     33#include <async.h>
    3334#include <stdio.h>
    3435#include <errno.h>
    3536#include <str_error.h>
    36 #include <driver.h>
     37#include <ddf/driver.h>
    3738
    3839#define NAME "test2"
Note: See TracChangeset for help on using the changeset viewer.