mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +00:00
Define struct 'generic_settings_operations'
The definition is needed to compile nic_drv with -O0 for Fiasco.OC. This patch fixes #96.
This commit is contained in:
parent
9399800c65
commit
ec09842fc7
@ -334,6 +334,13 @@ void adjust_pci_device ( struct pci_device *pci ) {
|
|||||||
** Device management **
|
** Device management **
|
||||||
***********************/
|
***********************/
|
||||||
|
|
||||||
|
struct settings_operations generic_settings_operations = {
|
||||||
|
.store = 0,
|
||||||
|
.fetch = 0,
|
||||||
|
.clear = 0,
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
int register_settings(struct settings *settings, struct settings *parent,
|
int register_settings(struct settings *settings, struct settings *parent,
|
||||||
const char *name)
|
const char *name)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user