Search
lxdream.org :: lxdream/src/maple/maple.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/maple/maple.h
changeset 770:429ff505c450
prev736:a02d1475ccfd
next838:9abb2fa58934
author nkeynes
date Sun Aug 24 01:43:17 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Correct generated UNDEF() => UNDEF(ir) for consistency with UNIMP(ir)
file annotate diff log raw
1.1 --- a/src/maple/maple.h Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/maple/maple.h Sun Aug 24 01:43:17 2008 +0000
1.3 @@ -76,6 +76,7 @@
1.4 unsigned char ident[112];
1.5 unsigned char version[80];
1.6 lxdream_config_entry_t (*get_config)(struct maple_device *dev);
1.7 + void (*set_config_value)(struct maple_device *dev, unsigned int key, const gchar *value);
1.8 void (*attach)(struct maple_device *dev);
1.9 void (*detach)(struct maple_device *dev);
1.10 void (*destroy)(struct maple_device *dev);
1.11 @@ -101,6 +102,7 @@
1.12 const struct maple_device_class *maple_get_device_class( const gchar *name );
1.13 const struct maple_device_class **maple_get_device_classes();
1.14 lxdream_config_entry_t maple_get_device_config( maple_device_t dev );
1.15 +void maple_set_device_config_value( maple_device_t dev, unsigned int key, const gchar *value );
1.16
1.17 void maple_handle_buffer( uint32_t buffer );
1.18 void maple_attach_device( maple_device_t dev, unsigned int port, unsigned int periph );
.