Changeset cf26ba9 in mainline for generic/src/console
- Timestamp:
- 2006-05-01T12:24:32Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 953b0f33
- Parents:
- ea199e5
- Location:
- generic/src/console
- Files:
-
- 2 edited
-
cmd.c (modified) (1 diff)
-
kconsole.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
generic/src/console/cmd.c
rea199e5 rcf26ba9 28 28 29 29 /** 30 * @file cmd.c 31 * @brief Kernel console command wrappers. 32 * 30 33 * This file is meant to contain all wrapper functions for 31 34 * all kconsole commands. The point is in separating -
generic/src/console/kconsole.c
rea199e5 rcf26ba9 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** 30 * @file kconsole.c 31 * @brief Kernel console. 32 * 33 * This file contains kernel thread managing the kernel console. 27 34 */ 28 35
Note:
See TracChangeset
for help on using the changeset viewer.
