libchip/serial: Add const qualifier

This commit is contained in:
Sebastian Huber
2013-06-28 21:26:11 +02:00
parent a4006feead
commit e310dcddd0

View File

@@ -116,7 +116,7 @@ typedef enum {
*/ */
typedef struct _console_tbl { typedef struct _console_tbl {
/** This is the name of the device. */ /** This is the name of the device. */
char *sDeviceName; const char *sDeviceName;
/** This indicates the chip type. It is especially important when /** This indicates the chip type. It is especially important when
* multiple devices share the same interrupt vector and must be * multiple devices share the same interrupt vector and must be
* distinguished. * distinguished.