console_private.h: Improve comment for vt_ioctl()

This commit is contained in:
Joel Sherrill
2016-03-04 13:21:02 -06:00
parent 3662738787
commit 0ac1538db8

View File

@@ -31,11 +31,14 @@ extern rtems_device_minor_number BSPPrintkPort;
/** /**
* @brief * @brief
* *
* This function * This function is the ioctl() support for a VGA buffer driver.
* *
* @return This method returns * @return This method returns 0 on success.
*/ */
int vt_ioctl( unsigned int cmd, unsigned long arg); int vt_ioctl(
unsigned int cmd,
unsigned long arg
);
/** /**
* @brief console_initialize_data * @brief console_initialize_data