make ka_name const

This commit is contained in:
jdolecek 2002-10-02 20:21:01 +00:00
parent a38b5eed0e
commit c802e99987
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kbcvar.h,v 1.1 2001/01/25 14:33:29 tsutsui Exp $ */ /* $NetBSD: kbcvar.h,v 1.2 2002/10/02 20:21:01 jdolecek Exp $ */
/*- /*-
* Copyright (C) 2001 Izumi Tsutsui. All rights reserved. * Copyright (C) 2001 Izumi Tsutsui. All rights reserved.
@ -29,7 +29,7 @@
#define KBC_PRI 5 #define KBC_PRI 5
struct kbc_attach_args { struct kbc_attach_args {
char *ka_name; const char *ka_name;
bus_space_tag_t ka_bt; bus_space_tag_t ka_bt;
bus_space_handle_t ka_bh; bus_space_handle_t ka_bh;
int ka_ipl; int ka_ipl;