b51a2fa66eb2be51dd3efac85d3279dac6ef69fb
[python-kmod.git] / kmod / list.pxd
1 # Copyright (C) 2012 Red Hat, Inc. All rights reserved.
2 #               2012 W. Trevor King
3 #
4 # This copyrighted material is made available to anyone wishing to use,
5 # modify, copy, or redistribute it subject to the terms and conditions
6 # of the GNU Lesser General Public License v.2.1.
7 #
8 # You should have received a copy of the GNU Lesser General Public License
9 # along with this program; if not, write to the Free Software Foundation,
10 # Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
11
12 cimport _libkmod_h
13
14
15 cdef class ModListItem (object):
16     cdef _libkmod_h.kmod_list *list
17
18
19 cdef class ModList (ModListItem):
20     cdef _libkmod_h.kmod_list *_next