public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Juergen Quade <quade@hs-niederrhein.de>
To: Rusty Russell <rusty@rustcorp.com.au>
Cc: linux-kernel@vger.kernel.org
Subject: module_param( byte ... ) missing?
Date: Sat, 3 Jan 2004 17:40:26 +0100	[thread overview]
Message-ID: <20040103164026.GA29962@hsnr.de> (raw)

Rusty,

using the "byte"-datatype as module parameter throws a compile error.
Other than stated in the comment of the headerfile <linux/moduleparam.h>

	/* 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.


             reply	other threads:[~2004-01-03 16:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-03 16:40 Juergen Quade [this message]
2004-01-04  2:06 ` module_param( byte ... ) missing? Rusty Russell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040103164026.GA29962@hsnr.de \
    --to=quade@hs-niederrhein.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rusty@rustcorp.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox