feat: implemented ide read write operations
This commit is contained in:
@@ -56,6 +56,8 @@ unsigned int port_double_word_in(unsigned int port);
|
||||
|
||||
void port_double_word_out(unsigned short port, unsigned int data);
|
||||
|
||||
void port_word_out_repeat(unsigned short port, unsigned short *data, int buffer_size);
|
||||
|
||||
void port_word_in_repeat(unsigned short port, unsigned short *data, int buffer_size);
|
||||
|
||||
void port_double_word_in_repeat(unsigned short port, unsigned int *data, int buffer_size);
|
||||
|
||||
Reference in New Issue
Block a user