Deal with RA_CONSOLE_EARLY a little more sanely

This commit is contained in:
matt 2011-08-03 16:26:53 +00:00
parent 87b1b3da19
commit df230b318d

View File

@ -1,4 +1,4 @@
/* $NetBSD: ralink_var.h,v 1.3 2011/08/01 23:01:40 matt Exp $ */
/* $NetBSD: ralink_var.h,v 1.4 2011/08/03 16:26:53 matt Exp $ */
/*-
* Copyright (c) 2011 CradlePoint Technology, Inc.
* All rights reserved.
@ -57,8 +57,7 @@ extern int ra_check_memo_reg(int);
/* helper defines */
#define MS_TO_HZ(ms) ((ms) * hz / 1000)
#if 0
#define RA_CONSOLE_EARLY 1
#ifdef RA_CONSOLE_EARLY
extern void ra_console_early(void);
#endif