tsm: unicode: fix header-protection namespace

TSM is no longer part of main-kmscon libraries so move macro-names to
TSM_* prefix.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-12-10 15:23:10 +01:00
parent 98970835d9
commit e3c9bcfb15

View File

@ -30,8 +30,8 @@
* and output much easier.
*/
#ifndef KMSCON_UNICODE_H
#define KMSCON_UNICODE_H
#ifndef TSM_UNICODE_H
#define TSM_UNICODE_H
#include <inttypes.h>
#include <stdlib.h>
@ -85,4 +85,4 @@ int tsm_utf8_mach_feed(struct tsm_utf8_mach *mach, char c);
uint32_t tsm_utf8_mach_get(struct tsm_utf8_mach *mach);
void tsm_utf8_mach_reset(struct tsm_utf8_mach *mach);
#endif /* KMSCON_UNICODE_H */
#endif /* TSM_UNICODE_H */