Changeset ff3b3197 in mainline for generic/include/typedefs.h


Ignore:
Timestamp:
2005-11-25T22:58:38Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f4338d2
Parents:
78c32b4
Message:

Implement basic kernel console command recognition.
Commands without arguments are now recognized.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/typedefs.h

    r78c32b4 rff3b3197  
    8282typedef struct chardev chardev_t;
    8383
     84typedef enum cmd_arg_type cmd_arg_type_t;
     85typedef struct cmd_arg cmd_arg_t;
     86typedef struct cmd_info cmd_info_t;
     87
    8488#endif
Note: See TracChangeset for help on using the changeset viewer.