[RFC] sample kobject implementation code

2007-12-19 Thread Greg KH
/* * Sample kobject implementation * * Copyright (C) 2004-2007 Greg Kroah-Hartman <[EMAIL PROTECTED]> * Copyright (C) 2007 Novell Inc. * * Released under the GPL version 2 only. * */ #include #include #include #include #include /* * This module shows how to create a simple subdirect

[RFC] sample kobject implementation

2007-11-27 Thread Greg KH
/* * Sample kobject implementation * * Copyright (C) 2004-2007 Greg Kroah-Hartman <[EMAIL PROTECTED]> * Copyright (C) 2007 Novell Inc. * * Released under the GPL version 2 only. * */ #include #include #include #include #include /* * This module shows how to create a simple subdirect