Changeset bf45993 in mainline for uspace/drv/char/xtkbd/xtkbd.h
- Timestamp:
- 2014-09-19T10:56:30Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6b646dc
- Parents:
- 824208bf (diff), 58f26cb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/xtkbd/xtkbd.h
r824208bf rbf45993 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 28 29 /** @addtogroup drvkbd 29 30 * @{ … … 47 48 } xt_kbd_t; 48 49 49 int xt_kbd_init(xt_kbd_t *, ddf_dev_t *);50 extern int xt_kbd_init(xt_kbd_t *, ddf_dev_t *); 50 51 51 52 #endif 53 52 54 /** 53 55 * @}
Note:
See TracChangeset
for help on using the changeset viewer.