aboutsummaryrefslogtreecommitdiff
path: root/hwacha/cvt16.h
blob: 1132f3f5bcc3e1423b820e555bb81c008669caea (plain)
1
2
3
4
5
6
7
8
9
#ifndef _CVT16_H
#define _CVT16_H

#include <cstdint>

extern uint_fast32_t cvt_hs(uint_fast16_t);
extern uint_fast16_t cvt_sh(uint_fast32_t, int);

#endif