summaryrefslogtreecommitdiff
path: root/src/user/include/knob/block.h
blob: 53b3debf631553bf09ddb68dbf17d604912ac634 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef KNOB_BLOCK_H
#define KNOB_BLOCK_H

#include <stdint.h>

void blockcpy(void *to, const void *from, uint32_t count);

#endif