]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[syslog] Separate out generic line-based console functionality
authorMichael Brown <mcb30@ipxe.org>
Tue, 28 Feb 2012 22:45:32 +0000 (22:45 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 28 Feb 2012 23:10:01 +0000 (23:10 +0000)
commit851b93fbc3d5d28851963bd412eb321742c5437f
tree1cd89da57441bb3808560424008a85187d98d716
parentc72b8969e2fed31c7be6f70fdec107f92c1c03e8
[syslog] Separate out generic line-based console functionality

Abstract out the generic line-handling portions of the syslog
putchar() routine, to allow use by other console types.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/lineconsole.c [new file with mode: 0644]
src/include/ipxe/lineconsole.h [new file with mode: 0644]
src/net/udp/syslog.c