db_mem_device_t split into two

This commit is contained in:
matthias.ringwald 2011-08-26 22:14:05 +00:00
parent 8747d67f7d
commit acf1987e2a

View File

@ -35,7 +35,7 @@ def replacePlaceholder(template, struct_name):
snippet = template.replace("STRUCT_TYPE", struct_type).replace("STRUCT_NAME", struct_name).replace("POOL_COUNT", pool_count)
return snippet
list_of_structs = [ "hci_connection", "l2cap_service", "l2cap_channel", "rfcomm_multiplexer", "rfcomm_service", "rfcomm_channel", "db_mem_device", "db_mem_service"]
list_of_structs = [ "hci_connection", "l2cap_service", "l2cap_channel", "rfcomm_multiplexer", "rfcomm_service", "rfcomm_channel", "db_mem_device_name", "db_mem_device_link_key", "db_mem_service"]
print "// header file"
for struct_name in list_of_structs: