mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Robert Love <rml@novell.com>
To: Genadz Batsyan <gbatyan@gmx.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Newbie: added function not visible
Date: Wed, 29 Jun 2005 13:15:05 -0400	[thread overview]
Message-ID: <1120065305.6745.39.camel@betsy> (raw)
In-Reply-To: <200506291859.04965.gbatyan@gmx.net>

On Wed, 2005-06-29 at 18:59 +0200, Genadz Batsyan wrote:

> adding the function to keyboard.c, recompiling and booting with kernel
> results  /proc/kallsyms telling me that my function exists with the tag 'T',
> which I think is ok

You need to EXPORT_SYMBOL your new function.

For example,

	/* My pet dog is an idiot */
	void beat_dog(struct dog *d)
	{
		/* ... */
	}
	EXPORT_SYMBOL(beat_dog);

Good luck,

	Robert Love



      parent reply	other threads:[~2005-06-29 17:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-29 16:59 Genadz Batsyan
2005-06-29 17:10 ` randy_dunlap
2005-06-29 17:15 ` Robert Love [this message]

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=1120065305.6745.39.camel@betsy \
    --to=rml@novell.com \
    --cc=gbatyan@gmx.net \
    --cc=linux-kernel@vger.kernel.org \
    /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

all inboxes | Powered by JetHome®