Project

General

Profile

Statistics
| Revision:

root / proj / include / hltp.h @ 273

History | View | Annotate | Download (193 Bytes)

1
#ifndef HLTP_H_INCLUDED
2
#define HLTP_H_INCLUDED
3

    
4
#include "nctp.h"
5

    
6
int hltp_send_string(int base_addr, const char *p);
7

    
8
int hltp_get_string(int base_addr, char **p);
9

    
10
#endif //HLTP_H_INCLUDED