Changeset bf45993 in mainline for uspace/drv/char/xtkbd/main.c
- 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/main.c
r824208bf rbf45993 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 28 29 /** @addtogroup drvkbd 29 30 * @{ … … 60 61 /** Initialize global driver structures (NONE). 61 62 * 63 * Driver debug level is set here. 64 * 62 65 * @param[in] argc Nmber of arguments in argv vector (ignored). 63 66 * @param[in] argv Cmdline argument vector (ignored). 67 * 64 68 * @return Error code. 65 69 * 66 * Driver debug level is set here.67 70 */ 68 71 int main(int argc, char *argv[]) … … 76 79 * 77 80 * @param[in] device DDF instance of the device to initialize. 81 * 78 82 * @return Error code. 83 * 79 84 */ 80 85 static int xt_kbd_add(ddf_dev_t *device) … … 102 107 return EOK; 103 108 } 109 104 110 /** 105 111 * @}
Note:
See TracChangeset
for help on using the changeset viewer.