mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
working on software backend
This commit is contained in:
@@ -9,10 +9,13 @@
|
||||
#ifndef PULSE_SOFTWARE_DEVICE_H_
|
||||
#define PULSE_SOFTWARE_DEVICE_H_
|
||||
|
||||
#include <cpuinfo.h>
|
||||
|
||||
#include "Soft.h"
|
||||
|
||||
typedef struct SoftDevice
|
||||
{
|
||||
const struct cpuinfo_processor* device;
|
||||
PulseCommandList* available_command_lists;
|
||||
uint32_t available_command_lists_capacity;
|
||||
uint32_t available_command_lists_size;
|
||||
|
||||
Reference in New Issue
Block a user