Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263584AbUACQpM (ORCPT ); Sat, 3 Jan 2004 11:45:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263595AbUACQpM (ORCPT ); Sat, 3 Jan 2004 11:45:12 -0500 Received: from postman2.arcor-online.net ([151.189.0.188]:5083 "EHLO postman.arcor.de") by vger.kernel.org with ESMTP id S263584AbUACQpJ (ORCPT ); Sat, 3 Jan 2004 11:45:09 -0500 Date: Sat, 3 Jan 2004 17:40:26 +0100 From: Juergen Quade To: Rusty Russell Cc: linux-kernel@vger.kernel.org Subject: module_param( byte ... ) missing? Message-ID: <20040103164026.GA29962@hsnr.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 735 Lines: 21 Rusty, using the "byte"-datatype as module parameter throws a compile error. Other than stated in the comment of the headerfile /* Helper functions: type is byte, short, ushort, int, uint, long, ulong, charp, bool or invbool, or XXX if you define param_get_XXX, param_set_XXX and param_check_XXX. */ #define module_param_named(name, value, type, perm) ... the datatype _byte_ seems not be implemented. Have you dropped it intentionally? Juergen. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/