Subversion Repositories freemyipod

Rev

Rev 506 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 506 Rev 507
Line 19... Line 19...
19
#    You should have received a copy of the GNU General Public License
19
#    You should have received a copy of the GNU General Public License
20
#    along with emCORE.  If not, see <http://www.gnu.org/licenses/>.
20
#    along with emCORE.  If not, see <http://www.gnu.org/licenses/>.
21
#
21
#
22
#
22
#
23
 
23
 
-
 
24
"""
-
 
25
    Contains emCORE data structures, enums and dicts
-
 
26
"""
-
 
27
 
24
from ctypes import *
28
from ctypes import *
25
from misc import ExtendedCStruct, c_enum
29
from misc import ExtendedCStruct, c_enum
26
 
30
 
27
 
31
 
28
class thread_type(c_enum):
32
class thread_type(c_enum):