Various small consistency fixes (trivial):
[coreboot.git] / payloads / libpayload / curses / local.h
index 7e1fb64b930b10d4197ad8a51d4793e58459cb22..0a861ceed86085b4d2de60168e9d5035339c9cdf 100644 (file)
@@ -27,8 +27,8 @@
  * SUCH DAMAGE.
  */
 
-#ifndef TINYCURSES_H
-#define TINYCURSES_H
+#ifndef _CURSES_LOCAL_H
+#define _CURSES_LOCAL_H
 
 /* For curses.priv.h: */
 #define USE_RCS_IDS 0
@@ -91,4 +91,4 @@ void speaker_enable(u16 freq);
 void speaker_disable(void);
 void speaker_tone(u16 freq, unsigned int duration);
 
-#endif                         /* TINYCURSES_H */
+#endif