summary refs log tree commit diff
path: root/include/operation.h
blob: ce487da76e181d5435ae985cb399f0ba9b6588f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __OPERATION_H__
#define __OPERATION_H__

#include "cccl.h"


typedef void (*cccl_operation)(void);

void cccl_operation_init(cccl *pc);
cccl_operation cccl_select_operation(void);

#endif /* __OPERATION_H__ */