Skip to content

Commit

Permalink
test list.h
Browse files Browse the repository at this point in the history
  • Loading branch information
pjdobrowolski committed Apr 22, 2024
1 parent 77c5820 commit 7b206f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/include/module/ipc4/base-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#define __MODULE_IPC4_BASE_CONFIG_H__

#include <stdint.h>
#include <list.h>

enum ipc4_sampling_frequency {
IPC4_FS_8000HZ = 8000,
Expand Down
1 change: 0 additions & 1 deletion src/include/module/module/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

#include "interface.h"
#include "../ipc4/base-config.h"
#include <list.h>

#define module_get_private_data(mod) ((mod)->priv.private)
#define module_set_private_data(mod, data) ((mod)->priv.private = data)
Expand Down

0 comments on commit 7b206f9

Please sign in to comment.