8 lines
119 B
C
8 lines
119 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#include "types.h"
|
|
|
|
void monitor_select_tag(monitor_t *monitor, uint32_t tag_mask);
|