All of lore.kernel.org
 help / color / mirror / Atom feed
From: <dongzai007@sohu.com>
To: <linux-kernel@vger.kernel.org>
Subject: beginner of a driver-developer
Date: Thu, 6 May 2004 21:05:08 +0800 (CST)	[thread overview]
Message-ID: <7475352.1083848708542.JavaMail.postfix@mx0.mail.sohu.com> (raw)

I am a beginner of a driver-developer.
I got some problems.

you know some structs such as "file_operation" were defined in Header Files.when I define a struct in .C files,i always got errors below:

fops has an incomplete type
storage size of 'fops' isn't known

In my .C files , I defined as followed:

.....................
struct file_operation fops;
.....................

How can i solve this sort of problems. Thank you.


             reply	other threads:[~2004-05-06 13:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-06 13:05 dongzai007 [this message]
2004-05-06 18:08 ` beginner of a driver-developer Sam Ravnborg

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=7475352.1083848708542.JavaMail.postfix@mx0.mail.sohu.com \
    --to=dongzai007@sohu.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.