Ignore:
Timestamp:
2009-04-03T08:02:30Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2398ee9
Parents:
9be1d58
Message:

update for string changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/drivers/sgcn.h

    r9be1d58 rb60c582  
    3939#include <console/chardev.h>
    4040
    41 /* number of bytes in the TOC magic, including the terminating '\0' */
     41/* number of bytes in the TOC magic, including the NULL-terminator */
    4242#define TOC_MAGIC_BYTES         8
    4343
    44 /* number of bytes in the TOC key, including the terminating '\0' */
     44/* number of bytes in the TOC key, including the NULL-terminator */
    4545#define TOC_KEY_SIZE            8
    4646
     
    4848#define MAX_TOC_ENTRIES         32
    4949
    50 /* number of bytes in the SGCN buffer magic, including the terminating '\0' */
     50/* number of bytes in the SGCN buffer magic, including the NULL-terminator */
    5151#define SGCN_MAGIC_BYTES        4
    5252
Note: See TracChangeset for help on using the changeset viewer.