Re: [IRQ] how to use it?
Re: [IRQ] how to use it?
- Subject: Re: [IRQ] how to use it?
- From: Andrew Gallatin <email@hidden>
- Date: Mon, 24 Mar 2008 18:16:48 -0400 (EDT)
> Do you know if I can just call in my kext the good functions in C
> or does I need to redesign all my driver to follow the IOKit way
> in a C++ language?
If you've got a good reason (like shared code with many platforms,
where most of the code is platform independent), you should just keep
the C++ IOKit stuff in a C++ file, and the rest of your driver in C.
If you're targetting MacOSX from scratch, you should probably do the
entire thing in C++ like a normal MacOSX driver.
Drew
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden